mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
3 changed files with 9 additions and 0 deletions
|
|
@ -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…
Reference in a new issue