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:
Evgeny Egorochkin 2010-09-18 16:22:04 +00:00
parent 5bc3007bf6
commit 9f696ae43e
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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
];
};

View File

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