summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2002-11-02 23:56:44 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-11-02 23:56:44 -0800
commitc31331bea9960b0872d8d07c7c2bc61cab483fd7 (patch)
tree55d7f1c0b4b189016a7fb3f3ecca192f41f10a25 /include
parent74bf528d68d17812be666a2b3ce3059cc34cb76a (diff)
[PATCH] m68k unused cruft removal
M68k: Remove obsolete cruft
Diffstat (limited to 'include')
-rw-r--r--include/asm-m68k/sun3_pgalloc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-m68k/sun3_pgalloc.h b/include/asm-m68k/sun3_pgalloc.h
index c30e1b6a50cb..94f257d93c23 100644
--- a/include/asm-m68k/sun3_pgalloc.h
+++ b/include/asm-m68k/sun3_pgalloc.h
@@ -95,14 +95,4 @@ static inline pgd_t * pgd_alloc(struct mm_struct *mm)
#define pgd_populate(mm, pmd, pte) BUG()
-
-/* Reserved PMEGs. */
-extern char sun3_reserved_pmeg[SUN3_PMEGS_NUM];
-extern unsigned long pmeg_vaddr[SUN3_PMEGS_NUM];
-extern unsigned char pmeg_alloc[SUN3_PMEGS_NUM];
-extern unsigned char pmeg_ctx[SUN3_PMEGS_NUM];
-
-
-#define check_pgt_cache() do { } while (0)
-
#endif /* SUN3_PGALLOC_H */