Revert "Make kernel work for me". Committed this by accident.
This reverts commit 8a2cd2c99f26e5bd5c5a324e2a1712db8991379e. svn path=/nixpkgs/trunk/; revision=23856
This commit is contained in:
parent
5bc3007bf6
commit
9f696ae43e
@ -155,7 +155,7 @@ let
|
||||
BT_HCIUART_LL y
|
||||
BT_RFCOMM_TTY y # RFCOMM TTY support
|
||||
CPU_FREQ_DEBUG n
|
||||
|
||||
CRASH_DUMP n
|
||||
DMAR? n # experimental
|
||||
DVB_DYNAMIC_MINORS y # we use udev
|
||||
FUSION y # Fusion MPT device support
|
||||
|
@ -4506,7 +4506,7 @@ let
|
||||
kernelPatches.sec_perm_2_6_24
|
||||
kernelPatches.aufs2_2_6_32
|
||||
kernelPatches.cifs_timeout
|
||||
# kernelPatches.no_xsave
|
||||
kernelPatches.no_xsave
|
||||
kernelPatches.dell_rfkill
|
||||
];
|
||||
};
|
||||
|
@ -16,11 +16,11 @@ rec {
|
||||
PARAVIRT_GUEST y
|
||||
KVM_CLOCK y
|
||||
KVM_GUEST y
|
||||
#XEN y
|
||||
XEN y
|
||||
KSM y
|
||||
|
||||
# We need 64 GB (PAE) support for Xen guest support.
|
||||
#HIGHMEM64G? y
|
||||
HIGHMEM64G? y
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user