diff options
-rw-r--r-- | sys/conf/options.pc98 | 9 | ||||
-rw-r--r-- | sys/pc98/conf/options.pc98 | 9 |
2 files changed, 12 insertions, 6 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index 7e75751..3d568e7 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -1,4 +1,4 @@ -# $Id: options.pc98,v 1.22 1997/04/28 15:49:55 kato Exp $ +# $Id: options.pc98,v 1.23 1997/04/29 03:15:32 kato Exp $ BOUNCEPAGES opt_bounce.h USER_LDT MATH_EMULATE opt_math_emulate.h @@ -28,8 +28,11 @@ PCVT_FREEBSD opt_pcvt.h PCVT_SCANSET opt_pcvt.h XSERVER opt_pcvt.h -SMP opt_smp.h -APIC_IO opt_smp.h +# These two SMP options have dramatic implications all over the kernel +SMP opt_global.h +APIC_IO opt_global.h + +# Standard SMP options NCPU opt_smp.h NBUS opt_smp.h NAPIC opt_smp.h diff --git a/sys/pc98/conf/options.pc98 b/sys/pc98/conf/options.pc98 index 7e75751..3d568e7 100644 --- a/sys/pc98/conf/options.pc98 +++ b/sys/pc98/conf/options.pc98 @@ -1,4 +1,4 @@ -# $Id: options.pc98,v 1.22 1997/04/28 15:49:55 kato Exp $ +# $Id: options.pc98,v 1.23 1997/04/29 03:15:32 kato Exp $ BOUNCEPAGES opt_bounce.h USER_LDT MATH_EMULATE opt_math_emulate.h @@ -28,8 +28,11 @@ PCVT_FREEBSD opt_pcvt.h PCVT_SCANSET opt_pcvt.h XSERVER opt_pcvt.h -SMP opt_smp.h -APIC_IO opt_smp.h +# These two SMP options have dramatic implications all over the kernel +SMP opt_global.h +APIC_IO opt_global.h + +# Standard SMP options NCPU opt_smp.h NBUS opt_smp.h NAPIC opt_smp.h |