diff -upN reference/arch/ia64/Kconfig current/arch/ia64/Kconfig --- reference/arch/ia64/Kconfig 2004-04-07 14:53:57.000000000 -0700 +++ current/arch/ia64/Kconfig 2004-04-08 15:10:22.000000000 -0700 @@ -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"