]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat
authorFernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Thu, 15 Dec 2011 02:32:24 +0000 (11:32 +0900)
committerIngo Molnar <mingo@elte.hu>
Sun, 18 Dec 2011 09:46:48 +0000 (10:46 +0100)
commit560be419d99767d7af727174d3e30ef9bb0fceed
tree7c0a4983a44bb70710e1efb501f0dcf21266f554
parent27d3367a10d95761c7654c7825b99423e253894f
x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat

LAPIC related statistics are grouped inside the per-cpu
structure irq_stat, so there is no need for icr_read_retry_count
to be a standalone per-cpu variable.

This patch moves icr_read_retry_count to where it belongs.

Suggested-y: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Cc: Jörn Engel <joern@logfs.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/apic.h
arch/x86/include/asm/hardirq.h
arch/x86/kernel/apic/apic.c
arch/x86/kernel/irq.c