mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Round 1 of a long series of commits..
Move SMP and APIC_IO from opt_smp.h to opt_global.h
This commit is contained in:
parent
3c9cc90091
commit
53815e2fe6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25542
@ -1,5 +1,4 @@
|
||||
# $Id: options.i386,v 1.42 1997/04/28 00:24:28 fsmp Exp $
|
||||
XXXCreateMe opt_global.h
|
||||
# $Id: options.i386,v 1.43 1997/04/28 19:26:17 se Exp $
|
||||
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
USER_LDT
|
||||
@ -30,8 +29,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
|
||||
|
@ -1,5 +1,4 @@
|
||||
# $Id: options.i386,v 1.42 1997/04/28 00:24:28 fsmp Exp $
|
||||
XXXCreateMe opt_global.h
|
||||
# $Id: options.i386,v 1.43 1997/04/28 19:26:17 se Exp $
|
||||
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
USER_LDT
|
||||
@ -30,8 +29,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
|
||||
|
Loading…
Reference in New Issue
Block a user