diff options
author | Helge Deller <deller@parisc-linux.org> | 2006-01-15 14:11:50 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@duet.int.mcmartin.ca> | 2006-01-22 20:26:37 -0500 |
commit | c475eea2929a7f0dac21d20e10562a491fcf7c45 (patch) | |
tree | c26fc757139765e338181f52e3b3d4177f969ea1 | |
parent | c742842223269eb8eb4b86ac05ad07e6e156526b (diff) |
[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>
-rw-r--r-- | arch/parisc/mm/init.c | 5 | ||||
-rw-r--r-- | include/asm-parisc/pgalloc.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/parisc/mm/init.c b/arch/parisc/mm/init.c index e54268004f53..9999eb045238 100644 --- a/arch/parisc/mm/init.c +++ b/arch/parisc/mm/init.c | |||
@@ -477,11 +477,6 @@ void __init mem_init(void) | |||
477 | 477 | ||
478 | } | 478 | } |
479 | 479 | ||
480 | int do_check_pgt_cache(int low, int high) | ||
481 | { | ||
482 | return 0; | ||
483 | } | ||
484 | |||
485 | unsigned long *empty_zero_page __read_mostly; | 480 | unsigned long *empty_zero_page __read_mostly; |
486 | 481 | ||
487 | void show_mem(void) | 482 | void show_mem(void) |
diff --git a/include/asm-parisc/pgalloc.h b/include/asm-parisc/pgalloc.h index 6291d6692e5d..3122fad38a1b 100644 --- a/include/asm-parisc/pgalloc.h +++ b/include/asm-parisc/pgalloc.h | |||
@@ -137,7 +137,6 @@ static inline void pte_free_kernel(pte_t *pte) | |||
137 | 137 | ||
138 | #define pte_free(page) pte_free_kernel(page_address(page)) | 138 | #define pte_free(page) pte_free_kernel(page_address(page)) |
139 | 139 | ||
140 | extern int do_check_pgt_cache(int, int); | ||
141 | #define check_pgt_cache() do { } while (0) | 140 | #define check_pgt_cache() do { } while (0) |
142 | 141 | ||
143 | #endif | 142 | #endif |