diff options
Diffstat (limited to 'arch/m68k/mm/sun3mmu.c')
-rw-r--r-- | arch/m68k/mm/sun3mmu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68k/mm/sun3mmu.c b/arch/m68k/mm/sun3mmu.c index e0804060501e..269f81158a33 100644 --- a/arch/m68k/mm/sun3mmu.c +++ b/arch/m68k/mm/sun3mmu.c | |||
@@ -30,10 +30,6 @@ const char bad_pmd_string[] = "Bad pmd in pte_alloc: %08lx\n"; | |||
30 | 30 | ||
31 | extern unsigned long num_pages; | 31 | extern unsigned long num_pages; |
32 | 32 | ||
33 | void free_initmem(void) | ||
34 | { | ||
35 | } | ||
36 | |||
37 | /* For the sun3 we try to follow the i386 paging_init() more closely */ | 33 | /* For the sun3 we try to follow the i386 paging_init() more closely */ |
38 | /* start_mem and end_mem have PAGE_OFFSET added already */ | 34 | /* start_mem and end_mem have PAGE_OFFSET added already */ |
39 | /* now sets up tables using sun3 PTEs rather than i386 as before. --m */ | 35 | /* now sets up tables using sun3 PTEs rather than i386 as before. --m */ |