git: kernel: A few small fixes to make a minimal kernel config compile.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Feb 16 10:36:11 PST 2013
commit a6ae3d3be5202c06a25ce68193836bc18d3aef1f
Author: Sascha Wildner <saw at online.de>
Date: Sat Feb 16 19:32:38 2013 +0100
kernel: A few small fixes to make a minimal kernel config compile.
It is solely for my build testing purposes:
platform pc64
machine x86_64
machine_arch x86_64
ident MINI
cpu HAMMER_CPU
* Put two INET specific functions in uipc_socket.c under #ifdef INET.
* Compile in isa_intr.c only when isa is specified in the config.
* Move PCI specific include under #if 0 too in mp_clock.c
* In nexus.c, compile in PCI specific parts only when pci is
specified in the config.
Summary of changes:
sys/kern/uipc_socket.c | 2 ++
sys/platform/pc32/conf/files | 2 +-
sys/platform/pc32/i386/mp_clock.c | 4 ++--
sys/platform/pc32/i386/nexus.c | 10 ++++++++++
sys/platform/pc64/conf/files | 2 +-
sys/platform/pc64/x86_64/nexus.c | 10 ++++++++++
6 files changed, 26 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a6ae3d3be5202c06a25ce68193836bc18d3aef1f
--
DragonFly BSD source repository
More information about the Commits
mailing list