forked from mirrors/nixpkgs
linux: Support x2APIC
Without this, certain servers with lots of CPU cores would show only one core.
This commit is contained in:
parent
50ab972b5a
commit
52c9e4415b
|
@ -487,6 +487,10 @@ with stdenv.lib;
|
|||
BRCMFMAC_USB? y
|
||||
BRCMFMAC_PCIE? y
|
||||
|
||||
# Support x2APIC (which requires IRQ remapping).
|
||||
X86_X2APIC y
|
||||
IRQ_REMAP y
|
||||
|
||||
${kernelPlatform.kernelExtraConfig or ""}
|
||||
${extraConfig}
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue