OSDN Git Service

mm/special: create generic fallbacks for pte_special() and pte_mkspecial()
[tomoyo/tomoyo-test1.git] / arch / m68k / include / asm / mcf_pgtable.h
index b9f45ae..0031cd3 100644 (file)
@@ -235,11 +235,6 @@ static inline int pte_young(pte_t pte)
        return pte_val(pte) & CF_PAGE_ACCESSED;
 }
 
-static inline int pte_special(pte_t pte)
-{
-       return 0;
-}
-
 static inline pte_t pte_wrprotect(pte_t pte)
 {
        pte_val(pte) &= ~CF_PAGE_WRITABLE;
@@ -312,11 +307,6 @@ static inline pte_t pte_mkcache(pte_t pte)
        return pte;
 }
 
-static inline pte_t pte_mkspecial(pte_t pte)
-{
-       return pte;
-}
-
 #define swapper_pg_dir kernel_pg_dir
 extern pgd_t kernel_pg_dir[PTRS_PER_PGD];