From: James S. <jsi...@us...> - 2002-07-10 18:08:35
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/ppc In directory usw-pr-cvs1:/tmp/cvs-serv10580/linux/arch/ppc Modified Files: Config.help config.in Log Message: Syned to 2.5.25 Index: Config.help =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/ppc/Config.help,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Config.help 3 Jun 2002 22:44:56 -0000 1.6 +++ Config.help 10 Jul 2002 18:08:02 -0000 1.7 @@ -938,3 +938,7 @@ 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. Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/ppc/config.in,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- config.in 22 Jun 2002 17:50:58 -0000 1.34 +++ config.in 10 Jul 2002 18:08:02 -0000 1.35 @@ -288,9 +288,6 @@ if [ "$CONFIG_8xx" = "y" ]; then bool "Pinned Kernel TLBs (860 ONLY)" CONFIG_PIN_TLB fi - if [ "$CONFIG_40x" = "y" ]; then - bool "Pinned Kernel TLBs" CONFIG_PIN_TLB - fi if [ "$CONFIG_ALL_PPC" != "y" ]; then bool "Set the boot link/load address" CONFIG_BOOT_LOAD_BOOL if [ "$CONFIG_BOOT_LOAD_BOOL" = "y" ]; then @@ -595,6 +592,7 @@ 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' \ |