summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/mcf_pgtable.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2020-03-24 17:16:09 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2020-03-24 17:16:09 +1100
commit326a993bd1a7dba872449d793c7000a824ee56d0 (patch)
treea68df60d46cc6bd921097969fcdab365e53d56f8 /arch/m68k/include/asm/mcf_pgtable.h
parent32096db33a7c5d0363e0f6f8b3c925e12b80ac6c (diff)
parentb59d504e2ed9a67c2a56ba71c2db26ae7fbafb1e (diff)
downloadlinux-next-326a993bd1a7dba872449d793c7000a824ee56d0.tar.gz
Merge branch 'akpm/master'
Diffstat (limited to 'arch/m68k/include/asm/mcf_pgtable.h')
-rw-r--r--arch/m68k/include/asm/mcf_pgtable.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/m68k/include/asm/mcf_pgtable.h b/arch/m68k/include/asm/mcf_pgtable.h
index b9f45aeded25..0031cd387b75 100644
--- a/arch/m68k/include/asm/mcf_pgtable.h
+++ b/arch/m68k/include/asm/mcf_pgtable.h
@@ -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];