aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/kdebug.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-02-13 23:31:31 +0200
committerIngo Molnar <mingo@elte.hu>2008-02-14 23:30:19 +0100
commitcae30f8270005940902c5807146fbaa36875e6e9 (patch)
tree7f68c00be48167dbd822141e5cfc8205be64f4ac /include/asm-x86/kdebug.h
parentx86: fix "BUG: sleeping function called from invalid context" in print_vma_addr() (diff)
downloadlinux-dev-cae30f8270005940902c5807146fbaa36875e6e9.tar.xz
linux-dev-cae30f8270005940902c5807146fbaa36875e6e9.zip
x86: make dump_pagetable() static
dump_pagetable() can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to '')
-rw-r--r--include/asm-x86/kdebug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/kdebug.h b/include/asm-x86/kdebug.h
index dd442a1632c0..99dcbafa1511 100644
--- a/include/asm-x86/kdebug.h
+++ b/include/asm-x86/kdebug.h
@@ -31,7 +31,6 @@ extern void show_trace(struct task_struct *t, struct pt_regs *regs,
unsigned long *sp, unsigned long bp);
extern void __show_regs(struct pt_regs *regs);
extern void show_regs(struct pt_regs *regs);
-extern void dump_pagetable(unsigned long);
extern unsigned long oops_begin(void);
extern void oops_end(unsigned long, struct pt_regs *, int signr);