From: Fernando Luis Vazquez Cao Date: Thu, 15 Dec 2011 02:32:24 +0000 (+0900) Subject: x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat X-Git-Tag: v3.3-rc1~189^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b49d7d877ff96428c8cd2076b33ba72bf85ceaba;p=pandora-kernel.git 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 Signed-off-by: Fernando Luis Vazquez Cao Cc: Jörn Engel Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed