diff -purN -X /home/mbligh/.diff.exclude 130-lockmeter/arch/ia64/Kconfig 131-lockmeter_ia64/arch/ia64/Kconfig
--- 130-lockmeter/arch/ia64/Kconfig	2004-03-11 14:33:37.000000000 -0800
+++ 131-lockmeter_ia64/arch/ia64/Kconfig	2004-03-12 11:07:05.000000000 -0800
@@ -617,6 +617,14 @@ 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.
+
 endmenu
 
 source "security/Kconfig"