Add an options entry for HTT in SMP and GENERIC similar to the SMP and
APIC_IO options. Requested by: John Cagle <john.cagle@hp.com>
This commit is contained in:
parent
c0109e50ec
commit
84b7dcad85
@ -69,6 +69,9 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
||||
#options SMP # Symmetric MultiProcessor Kernel
|
||||
#options APIC_IO # Symmetric (APIC) I/O
|
||||
|
||||
# To support HyperThreading, HTT is needed in addition to SMP and APIC_IO
|
||||
#options HTT # HyperThreading Technology
|
||||
|
||||
device isa
|
||||
device eisa
|
||||
device pci
|
||||
|
@ -69,6 +69,9 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
||||
#options SMP # Symmetric MultiProcessor Kernel
|
||||
#options APIC_IO # Symmetric (APIC) I/O
|
||||
|
||||
# To support HyperThreading, HTT is needed in addition to SMP and APIC_IO
|
||||
#options HTT # HyperThreading Technology
|
||||
|
||||
device isa
|
||||
device eisa
|
||||
device pci
|
||||
|
@ -10,3 +10,6 @@ ident SMP-GENERIC
|
||||
# To make an SMP kernel, the next two are needed
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
options APIC_IO # Symmetric (APIC) I/O
|
||||
|
||||
# To support HyperThreading, HTT is needed in addition to SMP and APIC_IO
|
||||
options HTT # HyperThreading Technology
|
||||
|
Loading…
x
Reference in New Issue
Block a user