From: Christoph Lameter Date: Sun, 17 Aug 2014 17:30:39 +0000 (-0500) Subject: irqchips: Replace __this_cpu_ptr uses X-Git-Tag: fixes-against-v3.18-rc2~65^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=532d0d0690d1532dcc5a190162ad820b636bcd4d;p=pandora-kernel.git irqchips: Replace __this_cpu_ptr uses [ARM specific] These are generally replaced with raw_cpu_ptr. However, in gic_get_percpu_base() we immediately dereference the pointer. This is equivalent to a raw_cpu_read. So use that operation there. Cc: nicolas.pitre@linaro.org Cc: Russell King Signed-off-by: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed