From: Thomas Bogendoerfer Date: Mon, 5 Oct 2020 11:28:46 +0000 (+0200) Subject: MIPS: pgtable: Remove used PAGE_USERIO define X-Git-Tag: v5.10-rc1~103^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b7224836965550649357732f7f0b63a5bfcc305;p=thirdparty%2Fkernel%2Flinux.git MIPS: pgtable: Remove used PAGE_USERIO define There are no users of PAGE_USERIO. Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/include/asm/pgtable.h b/arch/mips/include/asm/pgtable.h index dd7a0f552cac4..e5ef0fdd48388 100644 --- a/arch/mips/include/asm/pgtable.h +++ b/arch/mips/include/asm/pgtable.h @@ -37,8 +37,6 @@ struct vm_area_struct; _PAGE_GLOBAL | _page_cachable_default) #define PAGE_KERNEL_NC __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \ _PAGE_GLOBAL | _CACHE_CACHABLE_NONCOHERENT) -#define PAGE_USERIO __pgprot(_PAGE_PRESENT | _PAGE_WRITE | \ - _page_cachable_default) #define PAGE_KERNEL_UNCACHED __pgprot(_PAGE_PRESENT | __READABLE | \ __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)