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

Bastian Blank waldi at alioth.debian.org
Wed Nov 5 11:11:42 UTC 2008


Author: waldi
Date: Wed Nov  5 11:11:26 2008
New Revision: 12371

Log:
Revert revision 12362.


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	Wed Nov  5 11:11:26 2008
@@ -37,7 +37,6 @@
     - 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	Wed Nov  5 11:11:26 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_UNUSED3	/* if the user mapped it with PROT_NONE;
++#define _PAGE_PROTNONE	_PAGE_GLOBAL	/* if the user mapped it with PROT_NONE;
  					   pte_present gives true */
  
  #ifndef __ASSEMBLY__



More information about the Kernel-svn-changes mailing list