diff -upN reference/arch/ia64/Kconfig current/arch/ia64/Kconfig
--- reference/arch/ia64/Kconfig	2004-04-30 11:23:03.000000000 -0700
+++ current/arch/ia64/Kconfig	2004-04-30 12:55:11.000000000 -0700
@@ -489,6 +489,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"