diff -upN reference/arch/ia64/Kconfig current/arch/ia64/Kconfig
--- reference/arch/ia64/Kconfig	2004-03-30 10:13:16.000000000 -0800
+++ current/arch/ia64/Kconfig	2004-03-30 13:19:37.000000000 -0800
@@ -497,6 +497,15 @@ config SYSVIPC_COMPAT
 	bool
 	depends on COMPAT && SYSVIPC
 	default y
+
+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"