Loading arch/mips/include/asm/page.h +0 −4 Original line number Diff line number Diff line Loading @@ -45,8 +45,6 @@ #define HUGETLB_PAGE_ORDER ({BUILD_BUG(); 0; }) #endif /* CONFIG_MIPS_HUGE_TLB_SUPPORT */ #ifndef __ASSEMBLY__ #include <linux/pfn.h> #include <asm/io.h> Loading Loading @@ -139,8 +137,6 @@ typedef struct { unsigned long pgprot; } pgprot_t; */ #define ptep_buddy(x) ((pte_t *)((unsigned long)(x) ^ sizeof(pte_t))) #endif /* !__ASSEMBLY__ */ /* * __pa()/__va() should be used only during mem init. */ Loading Loading
arch/mips/include/asm/page.h +0 −4 Original line number Diff line number Diff line Loading @@ -45,8 +45,6 @@ #define HUGETLB_PAGE_ORDER ({BUILD_BUG(); 0; }) #endif /* CONFIG_MIPS_HUGE_TLB_SUPPORT */ #ifndef __ASSEMBLY__ #include <linux/pfn.h> #include <asm/io.h> Loading Loading @@ -139,8 +137,6 @@ typedef struct { unsigned long pgprot; } pgprot_t; */ #define ptep_buddy(x) ((pte_t *)((unsigned long)(x) ^ sizeof(pte_t))) #endif /* !__ASSEMBLY__ */ /* * __pa()/__va() should be used only during mem init. */ Loading