]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerIngo Molnar <mingo@kernel.org>
Tue, 30 Apr 2013 08:56:37 +0000 (10:56 +0200)
commitf7b0e1055574ce06ab53391263b4e205bf38daf3
tree89af3f6926dcfcd3f96fd2535cb8f6669a0f5419
parentc1be5a5b1b355d40e6cf79cc979eb66dafa24ad1
x86: Eliminate irq_mis_count counted in arch_irq_stat

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
Cc: <stable@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/irq.c