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

Maximilian Attems maks at alioth.debian.org
Wed Sep 10 09:35:49 UTC 2008


Author: maks
Date: Wed Sep 10 09:35:49 2008
New Revision: 12219

Log:
x86_64 set MTRR_SANITIZER and related options

allows X drivers to add writeback entries as it converts
MTRR layout from continuous to discrete
details on 95ffa2438d0e9c48779f0106b1c0eb36165e759c

can be disabled with disable_mtrr_cleanup on bootup if crashes.
enabled in fedora too, let's see how it shakes here.

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

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Wed Sep 10 09:35:49 2008
@@ -10,7 +10,7 @@
     USB_GSPCA, USB_S2255, OCFS2_FS_STATS, OMFS_FS, CRYPTO_RMD128,
     CRYPTO_RMD160, CRYPTO_RMD256, CRYPTO_RMD320.
   * [x86] set MOUSE_BCM5974.
-  * [x86_64] set AMD_IOMMU.
+  * [x86_64] set AMD_IOMMU, MTRR_SANITIZER.
 
   [ Martin Michlmayr ]
   * [mips/r4k-ip22, mips/sb1-bcm91250a] Don't build in ISO9660.

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	Wed Sep 10 09:35:49 2008
@@ -34,6 +34,9 @@
 CONFIG_X86_CPUID=m
 CONFIG_NODES_SHIFT=6
 CONFIG_MTRR=y
+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_EFI=y
 CONFIG_SECCOMP=y



More information about the Kernel-svn-changes mailing list