3
0
Fork 0
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:
Eelco Dolstra 2015-10-26 16:17:22 +01:00
parent 50ab972b5a
commit 52c9e4415b

View file

@ -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}
''