]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/pgtable-4k.h
powerpc: Free a PTE bit on ppc64 with 64K pages
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / pgtable-4k.h
index 818e2abc81e2ee435c82854b1abdbcceb29ffcfc..fd2090dc1dce776bae664257911516b932230d26 100644 (file)
@@ -41,6 +41,7 @@
 #define PGDIR_MASK     (~(PGDIR_SIZE-1))
 
 /* PTE bits */
+#define _PAGE_HASHPTE  0x0400 /* software: pte has an associated HPTE */
 #define _PAGE_SECONDARY 0x8000 /* software: HPTE is in secondary group */
 #define _PAGE_GROUP_IX  0x7000 /* software: HPTE index within group */
 #define _PAGE_F_SECOND  _PAGE_SECONDARY