From: Anton Blanchard <anton@samba.org>

From: Dave Hansen <haveblue@us.ibm.com>

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

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

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

diff -puN arch/ppc64/Kconfig~ppc64-move-spinline-out-of-global-menu arch/ppc64/Kconfig
--- 25/arch/ppc64/Kconfig~ppc64-move-spinline-out-of-global-menu	2004-08-04 23:50:59.745419072 -0700
+++ 25-akpm/arch/ppc64/Kconfig	2004-08-04 23:50:59.749418464 -0700
@@ -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
@@ -436,6 +434,8 @@ config SPINLINE
 
 	  If in doubt, say N.
 
+endmenu
+
 source "security/Kconfig"
 
 source "crypto/Kconfig"
_