lol

linux: Support x2APIC

Without this, certain servers with lots of CPU cores would show only
one core.

+4
+4
pkgs/os-specific/linux/kernel/common-config.nix
··· 487 487 BRCMFMAC_USB? y 488 488 BRCMFMAC_PCIE? y 489 489 490 + # Support x2APIC (which requires IRQ remapping). 491 + X86_X2APIC y 492 + IRQ_REMAP y 493 + 490 494 ${kernelPlatform.kernelExtraConfig or ""} 491 495 ${extraConfig} 492 496 ''