

This somehow ended up out in the global Kconfig menu.  Move
it back inside debugging where it belongs.

Probably a merge error.
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>


---

 memhotplug-dave/arch/ppc64/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN arch/ppc64/Kconfig~A2-ppc64-spinline_to_debugging_menu arch/ppc64/Kconfig
--- memhotplug/arch/ppc64/Kconfig~A2-ppc64-spinline_to_debugging_menu	Thu Aug  5 09:41:00 2004
+++ memhotplug-dave/arch/ppc64/Kconfig	Thu Aug  5 09:41:00 2004
@@ -424,8 +424,6 @@ config IRQSTACKS
 	  for handling hard and soft interrupts.  This can help avoid
 	  overflowing the process kernel stacks.
 	  
-endmenu
-
 config SPINLINE
 	bool "Inline spinlock code at each call site"
 	depends on SMP && !PPC_SPLPAR && !PPC_ISERIES
@@ -435,6 +433,8 @@ config SPINLINE
 	  somewhat bigger, but can be useful when profiling the kernel.
 
 	  If in doubt, say N.
+
+endmenu
 
 source "security/Kconfig"
 

_
