x86: Eliminate irq_mis_count counted in arch_irq_stat
authorLi Fei <fei.li@intel.com>
Fri, 26 Apr 2013 12:50:11 +0000 (20:50 +0800)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 30 May 2013 13:34:50 +0000 (14:34 +0100)
commit54d6a8acaa54f4292ed6ffb62eda5a3bdeecee06
treed0a542a02fe6c1c7bbed87c7a58abeb1c58a9c76
parent3c6fc3ed92a2614f0027a778a3598764ace0bb11
x86: Eliminate irq_mis_count counted in arch_irq_stat

commit f7b0e1055574ce06ab53391263b4e205bf38daf3 upstream.

With the current implementation, kstat_cpu(cpu).irqs_sum is also
increased in case of irq_mis_count increment.

So there is no need to count irq_mis_count in arch_irq_stat,
otherwise irq_mis_count will be counted twice in the sum of
/proc/stat.

Reported-by: Liu Chuansheng <chuansheng.liu@intel.com>
Signed-off-by: Li Fei <fei.li@intel.com>
Acked-by: Liu Chuansheng <chuansheng.liu@intel.com>
Cc: tomoki.sekiyama.qu@hitachi.com
Cc: joe@perches.com
Link: http://lkml.kernel.org/r/1366980611.32469.7.camel@fli24-HP-Compaq-8100-Elite-CMT-PC
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
arch/x86/kernel/irq.c