OSDN Git Service

mm/special: create generic fallbacks for pte_special() and pte_mkspecial()
[tomoyo/tomoyo-test1.git] / arch / arm / include / asm / pgtable-2level.h
index 0d3ea35..9e084a4 100644 (file)
@@ -211,8 +211,6 @@ static inline pmd_t *pmd_offset(pud_t *pud, unsigned long addr)
 #define pmd_addr_end(addr,end) (end)
 
 #define set_pte_ext(ptep,pte,ext) cpu_set_pte_ext(ptep,pte,ext)
-#define pte_special(pte)       (0)
-static inline pte_t pte_mkspecial(pte_t pte) { return pte; }
 
 /*
  * We don't have huge page support for short descriptors, for the moment