fix kernel builds on 32bit linux
This commit is contained in:
parent
44bac05779
commit
b9388e9711
@ -318,7 +318,9 @@ with stdenv.lib;
|
|||||||
${optionalString (!stdenv.is64bit) ''
|
${optionalString (!stdenv.is64bit) ''
|
||||||
HIGHMEM64G? y # We need 64 GB (PAE) support for Xen guest support.
|
HIGHMEM64G? y # We need 64 GB (PAE) support for Xen guest support.
|
||||||
''}
|
''}
|
||||||
INTEL_IOMMU_DEFAULT_ON y
|
${optionalString stdenv.is64bit ''
|
||||||
|
INTEL_IOMMU_DEFAULT_ON y
|
||||||
|
''}
|
||||||
${optionalString (versionAtLeast version "3.9") ''
|
${optionalString (versionAtLeast version "3.9") ''
|
||||||
VFIO_PCI_VGA y
|
VFIO_PCI_VGA y
|
||||||
''}
|
''}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user