summaryrefslogtreecommitdiffstats
path: root/include/asm-parisc
diff options
context:
space:
mode:
authorHelge Deller <deller@parisc-linux.org>2006-01-15 12:11:50 -0700
committerKyle McMartin <kyle@duet.int.mcmartin.ca>2006-01-22 20:26:37 -0500
commitc475eea2929a7f0dac21d20e10562a491fcf7c45 (patch)
treec26fc757139765e338181f52e3b3d4177f969ea1 /include/asm-parisc
parentc742842223269eb8eb4b86ac05ad07e6e156526b (diff)
downloadop-kernel-dev-c475eea2929a7f0dac21d20e10562a491fcf7c45.zip
op-kernel-dev-c475eea2929a7f0dac21d20e10562a491fcf7c45.tar.gz
[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>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r--include/asm-parisc/pgalloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-parisc/pgalloc.h b/include/asm-parisc/pgalloc.h
index 6291d66..3122fad 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)
#define pte_free(page) pte_free_kernel(page_address(page))
-extern int do_check_pgt_cache(int, int);
#define check_pgt_cache() do { } while (0)
#endif
OpenPOWER on IntegriCloud