Commit c475eea2929a7f0dac21d20e10562a491fcf7c45

Authored by Helge Deller
Committed by Kyle McMartin
1 parent c742842223

[PARISC] Drop unused do_check_pgt_cache()

Drop the unused do_check_pgt_cache routine from mm/init.c and its
prototype in asm/pgalloc.h

Signed-off-by: Helge Deller <deller@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

Showing 2 changed files with 0 additions and 6 deletions Side-by-side Diff

arch/parisc/mm/init.c
... ... @@ -477,11 +477,6 @@
477 477  
478 478 }
479 479  
480   -int do_check_pgt_cache(int low, int high)
481   -{
482   - return 0;
483   -}
484   -
485 480 unsigned long *empty_zero_page __read_mostly;
486 481  
487 482 void show_mem(void)
include/asm-parisc/pgalloc.h
... ... @@ -137,7 +137,6 @@
137 137  
138 138 #define pte_free(page) pte_free_kernel(page_address(page))
139 139  
140   -extern int do_check_pgt_cache(int, int);
141 140 #define check_pgt_cache() do { } while (0)
142 141  
143 142 #endif