diff -aurpN -X /home/fletch/.diff.exclude 510-fasync_lock_rcu/arch/ia64/Kconfig 520-lockmeter_ia64/arch/ia64/Kconfig --- 510-fasync_lock_rcu/arch/ia64/Kconfig Fri Jan 9 17:39:59 2004 +++ 520-lockmeter_ia64/arch/ia64/Kconfig Fri Jan 9 23:09:23 2004 @@ -667,6 +667,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"