aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/pgalloc.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-08-25 14:56:07 +1000
committerPaul Mackerras <paulus@samba.org>2006-08-25 14:56:07 +1000
commitea0763a7e62f60f3e166327268a80f16ad806718 (patch)
treede54ec5e5d5a49b3cba81b096b7572852aa6f5a9 /include/asm-powerpc/pgalloc.h
parent[POWERPC] make checkstack work with ARCH=powerpc (diff)
parent[POWERPC] Use mpc8641hpcn PIC base address from dev tree. (diff)
Merge branch 'merge'
Diffstat (limited to 'include/asm-powerpc/pgalloc.h')
-rw-r--r--include/asm-powerpc/pgalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/pgalloc.h b/include/asm-powerpc/pgalloc.h
index 9f0917c68659..ae63db7b3e7d 100644
--- a/include/asm-powerpc/pgalloc.h
+++ b/include/asm-powerpc/pgalloc.h
@@ -117,7 +117,7 @@ static inline void pte_free(struct page *ptepage)
pte_free_kernel(page_address(ptepage));
}
-#define PGF_CACHENUM_MASK 0xf
+#define PGF_CACHENUM_MASK 0x3
typedef struct pgtable_free {
unsigned long val;