diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-27 16:40:19 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-27 16:40:19 +0900 |
commit | a16382ce1cbcc3ab12274e20f92c09c439629162 (patch) | |
tree | 68a3a82ffa6c90e6b06643567bc1e1f733d5467e /arch/sh/include/asm/pgtable_32.h | |
parent | 48ccb2ceec6fb1d46d1bc92dadc602d4341a0149 (diff) | |
download | op-kernel-dev-a16382ce1cbcc3ab12274e20f92c09c439629162.zip op-kernel-dev-a16382ce1cbcc3ab12274e20f92c09c439629162.tar.gz |
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.h | 2 |
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 e172d69..ae1a6ef 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. */ |