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>
This commit is contained in:
Adrian Bunk
2008-02-13 23:31:31 +02:00
committed by Ingo Molnar
parent e8bff74afb
commit cae30f8270
2 changed files with 1 additions and 2 deletions

View File

@@ -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;