X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=arch%2Fsh%2Finclude%2Fasm%2Fpgtable_32.h;h=43528ec656bad5fc13db8d8c359d88c100969d57;hb=3c3762957818dc902222733a8184f23102e24472;hp=69fdfbf14ea5b00e5dc8ed29cd65b30333a1ee82;hpb=e9f29c9a56ca06d0effa557823a737cbe7ec09f7;p=net-next-2.6.git diff --git a/arch/sh/include/asm/pgtable_32.h b/arch/sh/include/asm/pgtable_32.h index 69fdfbf14ea..43528ec656b 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. */