[kernel] r13578 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386

Maximilian Attems maks at alioth.debian.org
Wed May 6 11:55:06 UTC 2009


Author: maks
Date: Wed May  6 11:55:04 2009
New Revision: 13578

Log:
topconfig enable PAT

was disabled for lenny due beeing crashy at first,
but should have stabilised since.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Wed May  6 11:48:35 2009	(r13577)
+++ dists/trunk/linux-2.6/debian/changelog	Wed May  6 11:55:04 2009	(r13578)
@@ -20,7 +20,7 @@
     UIO_AEC, CRYPTO_ZLIB, REGULATOR_FIXED_VOLTAGE, NOP_USB_XCEIV,
     POHMELFS, FSCACHE, CACHEFILES, EXOFS, NFS_FSCACHE, AFS_FSCACHE,
     MTD_NAND_NANDSIM.
-  * [x86] set new DELL_WMI, EDAC_AMD8131, EDAC_AMD8111.
+  * [x86] set new DELL_WMI, EDAC_AMD8131, EDAC_AMD8111, X86_PAT.
   * [x86_64] set new CRYPTO_AES_NI_INTEL.
 
   [ Ben Hutchings ]

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	Wed May  6 11:48:35 2009	(r13577)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Wed May  6 11:55:04 2009	(r13578)
@@ -46,7 +46,7 @@
 CONFIG_MTRR_SANITIZER=y
 CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
-# CONFIG_X86_PAT is not set
+CONFIG_X86_PAT=y
 CONFIG_EFI=y
 CONFIG_SECCOMP=y
 # CONFIG_CC_STACKPROTECTOR is not set

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	Wed May  6 11:48:35 2009	(r13577)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Wed May  6 11:55:04 2009	(r13578)
@@ -60,7 +60,7 @@
 CONFIG_MTRR_SANITIZER=y
 CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
-# CONFIG_X86_PAT is not set
+CONFIG_X86_PAT=y
 CONFIG_EFI=y
 CONFIG_SECCOMP=y
 CONFIG_KEXEC=y



More information about the Kernel-svn-changes mailing list