Date: Fri, 1 Nov 1996 21:50:51 -0800 (PST) From: Steve Passe <fsmp> To: freebsd-smp Subject: cvs commit: sys/kern init_main.c Message-ID: <199611020550.VAA02930@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fsmp 96/11/01 21:50:47 Modified: kern init_main.c Log: general cleanup. previously merged SMP_SYMIO/SMP_SYMIOXXX into APIC_IO, now moving APIC_IO from i386/include/apic.h to i386/conf/options.i386, ie, it is now a config file option. removed "include <machine/apic.h> from files only using it for SMP_SYMIO/SMP_SYMIOXXX/APIC_IO defines. created i386/include/smptests.h as placeholder for test defines, etc. moved all test defines from apic.h to smptests.h. removed "include <machine/apic.h> from files only using it for test defines. further logical separation of SMP and APIC_IO. final (for now) cleanup of PCI/APIC hooks. Revision Changes Path 1.29 +5 -1 sys/kern/init_main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611020550.VAA02930>