Commit 4400e690 authored by Paul Mackerras's avatar Paul Mackerras

PPC32: add CONFIG_DEBUG_SPINLOCK

parent 79867ccf
......@@ -1023,3 +1023,7 @@ CONFIG_BOOT_LOAD_BOOL
which has a small amount of memory.
Say N here unless you know what you are doing.
CONFIG_DEBUG_SPINLOCK
Say Y here and to CONFIG_SMP to include code to check for missing
spinlock initialization and some other common spinlock errors.
......@@ -605,6 +605,7 @@ mainmenu_option next_comment
comment 'Kernel hacking'
bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
bool 'Spinlock debugging' CONFIG_DEBUG_SPINLOCK
bool 'Include kgdb kernel debugger' CONFIG_KGDB
if [ "$CONFIG_KGDB" = "y" ]; then
choice 'Serial Port' \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment