Skip to content

Commit

Permalink
x86: fix DEBUG_RODATA kconfig text
Browse files Browse the repository at this point in the history
fix kconfig text and make DEBUG_RODATA default.

this helps debugging quite a bit.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 8a45eb3 commit 11201e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/x86/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ config DEBUG_PER_CPU_MAPS

config DEBUG_RODATA
bool "Write protect kernel read-only data structures"
default y
depends on DEBUG_KERNEL
help
Mark the kernel read-only data as write-protected in the pagetables,
in order to catch accidental (and incorrect) writes to such const
data. This option may have a slight performance impact because a
portion of the kernel code won't be covered by a 2MB TLB anymore.
If in doubt, say "N".
data. This is recommended so that we can catch kernel bugs sooner.
If in doubt, say "Y".

config 4KSTACKS
bool "Use 4Kb for kernel stacks instead of 8Kb"
Expand Down

0 comments on commit 11201e6

Please sign in to comment.