All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] x86: make dump_pagetable() static
@ 2008-02-13 21:31 Adrian Bunk
  2008-02-13 22:27 ` Harvey Harrison
  2008-02-13 22:30 ` Arjan van de Ven
  0 siblings, 2 replies; 6+ messages in thread
From: Adrian Bunk @ 2008-02-13 21:31 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, hpa; +Cc: linux-kernel

dump_pagetable() can now become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

 arch/x86/mm/fault.c      |    2 +-
 include/asm-x86/kdebug.h |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

fe111b005768f97b9f83af7ad4014a77e7adc249 diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c
index 621afb6..fdc6674 100644
--- a/arch/x86/mm/fault.c
+++ b/arch/x86/mm/fault.c
@@ -186,7 +186,7 @@ static int bad_address(void *p)
 }
 #endif
 
-void dump_pagetable(unsigned long address)
+static void dump_pagetable(unsigned long address)
 {
 #ifdef CONFIG_X86_32
 	__typeof__(pte_val(__pte(0))) page;
diff --git a/include/asm-x86/kdebug.h b/include/asm-x86/kdebug.h
index dd442a1..99dcbaf 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);
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-02-14  7:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13 21:31 [2.6 patch] x86: make dump_pagetable() static Adrian Bunk
2008-02-13 22:27 ` Harvey Harrison
2008-02-13 22:36   ` Adrian Bunk
2008-02-14  5:50     ` Ingo Molnar
2008-02-14  7:57     ` Andi Kleen
2008-02-13 22:30 ` Arjan van de Ven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.