aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pgtable-64k.h
diff options
context:
space:
mode:
authorPhilippe Gerum <rpm@xenomai.org>2009-02-12 12:18:46 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-02-13 16:37:44 +1100
commitfbc78b07ba53ace155f27491c81a009e541a93ad (patch)
treea30f2a0f7f732a78d200c0ef00e0c40382f6f071 /arch/powerpc/include/asm/pgtable-64k.h
parentMerge git://git.infradead.org/users/cbou/battery-2.6.29 (diff)
downloadlinux-dev-fbc78b07ba53ace155f27491c81a009e541a93ad.tar.xz
linux-dev-fbc78b07ba53ace155f27491c81a009e541a93ad.zip
powerpc/mm: Fix _PAGE_CHG_MASK to protect _PAGE_SPECIAL
Fix _PAGE_CHG_MASK so that pte_modify() does not affect the _PAGE_SPECIAL bit. Signed-off-by: Philippe Gerum <rpm@xenomai.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/pgtable-64k.h')
-rw-r--r--arch/powerpc/include/asm/pgtable-64k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/pgtable-64k.h b/arch/powerpc/include/asm/pgtable-64k.h
index 07b0d8f09cb6..7389003349a6 100644
--- a/arch/powerpc/include/asm/pgtable-64k.h
+++ b/arch/powerpc/include/asm/pgtable-64k.h
@@ -114,7 +114,7 @@ static inline struct subpage_prot_table *pgd_subpage_prot(pgd_t *pgd)
* pgprot changes
*/
#define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_HPTEFLAGS | _PAGE_DIRTY | \
- _PAGE_ACCESSED)
+ _PAGE_ACCESSED | _PAGE_SPECIAL)
/* Bits to mask out from a PMD to get to the PTE page */
#define PMD_MASKED_BITS 0x1ff