From: Paul E. McKenney Date: Fri, 30 Apr 2010 13:45:36 +0000 (-0700) Subject: mce: convert to rcu_dereference_index_check() X-Git-Tag: v2.6.36-rc1~533^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8c27e04f89a7575ca2c4facb99152e03d6a99c;p=pandora-kernel.git mce: convert to rcu_dereference_index_check() The mce processing applies rcu_dereference_check() to integers used as array indices. This patch therefore moves mce to the new RCU API rcu_dereference_index_check() that avoids the sparse processing that would otherwise result in compiler errors. Signed-off-by: Paul E. McKenney Cc: Andi Kleen Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" --- Reading git-diff-tree failed