aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-04-17 11:40:45 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:40:45 -0400
commitfe770bf0310d90b3b033c19044d45b7de5f2041c (patch)
tree5d4ca3147f569020201095189e0c43543d1d7d09 /arch/x86/Kconfig.debug
parent926e5392ba8a388ae32ca0d2714cc2c73945c609 (diff)
x86: clean up the page table dumper and add 32-bit support
Clean up the page table dumper (fix boundary conditions, table driven address ranges, some formatting changes since it is no longer using the kernel log but a separate virtual file), and generalize to 32 bits. [ mingo@elte.hu: x86: fix the pagetable dumper ] Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r--arch/x86/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index cb7002eca887..7ce8e7025661 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -56,7 +56,7 @@ config DEBUG_PER_CPU_MAPS
56 56
57config X86_PTDUMP 57config X86_PTDUMP
58 bool "Export kernel pagetable layout to userspace via debugfs" 58 bool "Export kernel pagetable layout to userspace via debugfs"
59 depends on X86_64 59 depends on DEBUG_KERNEL
60 select DEBUG_FS 60 select DEBUG_FS
61 help 61 help
62 Say Y here if you want to show the kernel pagetable layout in a 62 Say Y here if you want to show the kernel pagetable layout in a