Patch 2.6.32.28 to 2.6.32.32
/arch/x86/Kconfig
blob:b189c2135ebf9e63022cd5fc168c1cabae5a9860 -> blob:741fd764f649bbc598464d68c39c8c855860a6bf
--- arch/x86/Kconfig
+++ arch/x86/Kconfig
@@ -753,6 +753,17 @@ config SCHED_MC
making when dealing with multi-core CPU chips at a cost of slightly
increased overhead in some places. If unsure say N here.
+config IRQ_TIME_ACCOUNTING
+ bool "Fine granularity task level IRQ time accounting"
+ default n
+ ---help---
+ Select this option to enable fine granularity task irq time
+ accounting. This is done by reading a timestamp on each
+ transitions between softirq and hardirq state, so there can be a
+ small performance impact.
+
+ If in doubt, say N here.
+
source "kernel/Kconfig.preempt"
config X86_UP_APIC