commit | b49d7d877ff96428c8cd2076b33ba72bf85ceaba | [log] [tgz] |
---|---|---|
author | Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp> | Thu Dec 15 11:32:24 2011 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Dec 18 10:46:48 2011 +0100 |
tree | 7c0a4983a44bb70710e1efb501f0dcf21266f554 | |
parent | 346b46be5f10e4d247160ea94ac34450be60ce1e [diff] |
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>