mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
linux/kernel: Remove KVM_APIC_ARCHITECTURE for 4.8
The option is no longer needed and has been removed upstream in torvalds/linux@557abc40d1. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
f85053a021
commit
0bce188ec1
@ -433,7 +433,9 @@ with stdenv.lib;
|
||||
PARAVIRT? y
|
||||
HYPERVISOR_GUEST y
|
||||
PARAVIRT_SPINLOCKS? y
|
||||
KVM_APIC_ARCHITECTURE y
|
||||
${optionalString (versionOlder version "4.8") ''
|
||||
KVM_APIC_ARCHITECTURE y
|
||||
''}
|
||||
KVM_ASYNC_PF y
|
||||
${optionalString (versionAtLeast version "4.0") ''
|
||||
KVM_COMPAT? y
|
||||
|
Loading…
Reference in New Issue
Block a user