kernel: A few small fixes to make a minimal kernel config compile.
authorSascha Wildner <saw@online.de>
Sat, 16 Feb 2013 18:32:38 +0000 (19:32 +0100)
committerSascha Wildner <saw@online.de>
Sat, 16 Feb 2013 18:34:40 +0000 (19:34 +0100)
commita6ae3d3be5202c06a25ce68193836bc18d3aef1f
tree13f34e9b8fab1cabd900b42314800cb3f9dc300b
parente336f5c1749c14fda9349fa5033ba676a58f4f07
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.
sys/kern/uipc_socket.c
sys/platform/pc32/conf/files
sys/platform/pc32/i386/mp_clock.c
sys/platform/pc32/i386/nexus.c
sys/platform/pc64/conf/files
sys/platform/pc64/x86_64/nexus.c