[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] xen, i386: Remove PAGE_UNUSED1 definition, as the bit is no longer
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1207311689 -3600 # Node ID 51f1b31888b8173dc9a94e46280f83c9011c4f51 # Parent 70acfc9814c97e3f57d1e502789f2fe0dce917c9 xen, i386: Remove PAGE_UNUSED1 definition, as the bit is no longer unused (we use it as PAGE_IO indicator). Based on a patch by Jan Beulich <jbeulich@xxxxxxxxxx> Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- include/asm-i386/mach-xen/asm/pgtable.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r 70acfc9814c9 -r 51f1b31888b8 include/asm-i386/mach-xen/asm/pgtable.h --- a/include/asm-i386/mach-xen/asm/pgtable.h Fri Apr 04 13:11:28 2008 +0100 +++ b/include/asm-i386/mach-xen/asm/pgtable.h Fri Apr 04 13:21:29 2008 +0100 @@ -105,7 +105,7 @@ void paging_init(void); #define _PAGE_BIT_DIRTY 6 #define _PAGE_BIT_PSE 7 /* 4 MB (or 2MB) page, Pentium+, if present.. */ #define _PAGE_BIT_GLOBAL 8 /* Global TLB entry PPro+ */ -#define _PAGE_BIT_UNUSED1 9 /* available for programmer */ +/*#define _PAGE_BIT_UNUSED1 9*/ /* available for programmer */ #define _PAGE_BIT_UNUSED2 10 #define _PAGE_BIT_UNUSED3 11 #define _PAGE_BIT_NX 63 @@ -119,7 +119,7 @@ void paging_init(void); #define _PAGE_DIRTY 0x040 #define _PAGE_PSE 0x080 /* 4 MB (or 2MB) page, Pentium+, if present.. */ #define _PAGE_GLOBAL 0x100 /* Global TLB entry PPro+ */ -#define _PAGE_UNUSED1 0x200 /* available for programmer */ +/*#define _PAGE_UNUSED1 0x200*/ /* available for programmer */ #define _PAGE_UNUSED2 0x400 #define _PAGE_UNUSED3 0x800 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |