summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/pgtable_32.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-10-27 16:40:19 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-10-27 16:40:19 +0900
commita16382ce1cbcc3ab12274e20f92c09c439629162 (patch)
tree68a3a82ffa6c90e6b06643567bc1e1f733d5467e /arch/sh/include/asm/pgtable_32.h
parent48ccb2ceec6fb1d46d1bc92dadc602d4341a0149 (diff)
downloadlinux-a16382ce1cbcc3ab12274e20f92c09c439629162.tar.bz2
sh64: _PAGE_SPECIAL support.
Now that sh64 has grown extended page flag support we finally have a free bit for _PAGE_SPECIAL. Wire it up. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/pgtable_32.h')
-rw-r--r--arch/sh/include/asm/pgtable_32.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/pgtable_32.h b/arch/sh/include/asm/pgtable_32.h
index e172d696e52b..ae1a6ef71f37 100644
--- a/arch/sh/include/asm/pgtable_32.h
+++ b/arch/sh/include/asm/pgtable_32.h
@@ -378,8 +378,6 @@ PTE_BIT_FUNC(low, mkold, &= ~_PAGE_ACCESSED);
PTE_BIT_FUNC(low, mkyoung, |= _PAGE_ACCESSED);
PTE_BIT_FUNC(low, mkspecial, |= _PAGE_SPECIAL);
-#define __HAVE_ARCH_PTE_SPECIAL
-
/*
* Macro and implementation to make a page protection as uncachable.
*/