
From: John Hawkes <hawkes@babylon.engr.sgi.com>

The 2.6.3-mm4 patch seems to have the CONFIG_LOCKMETER in the wrong spot
for ia64.  When I make this change, I can build and run an ia64
Lockmeter'ed kernel.


---

 25-akpm/arch/ia64/Kconfig |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff -puN arch/ia64/Kconfig~lockmeter-ia64-fix arch/ia64/Kconfig
--- 25/arch/ia64/Kconfig~lockmeter-ia64-fix	2004-03-16 13:18:06.962717616 -0800
+++ 25-akpm/arch/ia64/Kconfig	2004-03-16 13:18:06.966717008 -0800
@@ -392,13 +392,6 @@ source "drivers/acpi/Kconfig"
 
 endif
 
-config LOCKMETER
-       bool "Kernel lock metering"
-       depends on SMP
-       help
-         Say Y to enable kernel lock metering, which adds overhead to SMP locks,
-         but allows you to see various statistics using the lockstat command.
-
 endmenu
 
 if !IA64_HP_SIM
@@ -550,6 +543,13 @@ config DEBUG_INFO
 	  Say Y here only if you plan to use gdb to debug the kernel.
 	  If you don't debug the kernel, you can say N.
 
+config LOCKMETER
+       bool "Kernel lock metering"
+       depends on SMP
+       help
+         Say Y to enable kernel lock metering, which adds overhead to SMP locks,
+         but allows you to see various statistics using the lockstat command.
+
 config SYSVIPC_COMPAT
 	bool
 	depends on COMPAT && SYSVIPC

_
