[kernel] r12362 - in dists/sid/linux-2.6/debian: . patches/features/all/xen

Bastian Blank waldi at alioth.debian.org
Thu Oct 30 09:44:05 UTC 2008


Author: waldi
Date: Thu Oct 30 09:44:03 2008
New Revision: 12362

Log:
[xen] Use unused bit in pte file workaround.

* debian/changelog: Update.
* debian/patches/features/all/xen/workaround-pte-file.patch:
  Use bit _PAGE_UNUSED3 for file ptes.


Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/features/all/xen/workaround-pte-file.patch

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Thu Oct 30 09:44:03 2008
@@ -37,6 +37,7 @@
     - x86, early_ioremap: fix fencepost error
     - x86: improve UP kernel when CPU-hotplug and SMP is enabled
     - x86: Reserve FIRST_DEVICE_VECTOR in used_vectors bitmap.
+  * [xen] Use unused bit in pte file workaround.
 
  -- dann frazier <dannf at debian.org>  Mon, 20 Oct 2008 23:27:25 -0600
 

Modified: dists/sid/linux-2.6/debian/patches/features/all/xen/workaround-pte-file.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/features/all/xen/workaround-pte-file.patch	(original)
+++ dists/sid/linux-2.6/debian/patches/features/all/xen/workaround-pte-file.patch	Thu Oct 30 09:44:03 2008
@@ -7,7 +7,7 @@
  #define _PAGE_FILE	_PAGE_DIRTY	/* nonlinear file mapping,
  					 * saved PTE; unset:swap */
 -#define _PAGE_PROTNONE	_PAGE_PSE	/* if the user mapped it with PROT_NONE;
-+#define _PAGE_PROTNONE	_PAGE_GLOBAL	/* if the user mapped it with PROT_NONE;
++#define _PAGE_PROTNONE	_PAGE_UNUSED3	/* if the user mapped it with PROT_NONE;
  					   pte_present gives true */
  
  #ifndef __ASSEMBLY__



More information about the Kernel-svn-changes mailing list