On Sat, Dec 08, 2012 at 08:27:17AM -0600, Jonathan A. Kollasch wrote: > > #ifdef - #endif-ed. NMCA, NISA, NNPX, NIOAPIC, LAPIC, MPBIOS and > > MULTIPROCESSOR. > > > > > > To generate a diff of this commit: > > cvs rdiff -u -r1.68 -r1.69 src/sys/arch/i386/i386/db_interface.c > > cvs rdiff -u -r1.265 -r1.266 src/sys/arch/i386/i386/trap.c > > cvs rdiff -u -r1.68 -r1.69 src/sys/arch/x86/x86/bus_dma.c > > cvs rdiff -u -r1.100 -r1.101 src/sys/arch/x86/x86/cpu.c > > cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/x86/platform.c > > src/sys/arch/i386/i386/db_interface.c:149:20: error: 'LAPIC_DEST_ALLEXCL' > undeclared (first use in this function) > > Also a good portion of these changes look as if they may need more > careful consideration.
And wasn't the goal to get rid of the whole #MULTIPROCESSOR? I hope some day we manage without the C preprocessor (as the driver space has always managed via autoconf(9) etc.). - Jukka.