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

Maximilian Attems maks at alioth.debian.org
Fri Jul 4 08:59:13 UTC 2008


Author: maks
Date: Fri Jul  4 08:59:12 2008
New Revision: 11755

Log:
x86: disable X86_PAT

playing on the safe side, it is current default due to possible
boot crash + hangs, should get enabled postlenny.

Modified:
   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/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Fri Jul  4 08:59:12 2008
@@ -31,6 +31,7 @@
 CONFIG_X86_CPUID=m
 CONFIG_MTRR=y
 CONFIG_EFI=y
+# CONFIG_X86_PAT is not set
 # CONFIG_SECCOMP is not set
 # CONFIG_CC_STACKPROTECTOR is not set
 CONFIG_KEXEC=y

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Fri Jul  4 08:59:12 2008
@@ -44,6 +44,7 @@
 ## end choice
 # CONFIG_X86_PAE is not set
 CONFIG_MTRR=y
+# CONFIG_X86_PAT is not set
 CONFIG_EFI=y
 # CONFIG_IRQBALANCE is not set
 # CONFIG_SECCOMP is not set



More information about the Kernel-svn-changes mailing list