powerpc: Inline ppc64_runlatch_off
authorAnton Blanchard <anton@samba.org>
Fri, 6 Aug 2010 03:28:19 +0000 (03:28 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 24 Aug 2010 05:26:30 +0000 (15:26 +1000)
commit4138d65333fa8961714441ed40229ea8cbeaf7e5
tree71b1d2c7ced4e4e267e357d91d6cec2e1d053af1
parent954e6da54b2f3a5e2634312db800bc1395c509ee
powerpc: Inline ppc64_runlatch_off

I'm sick of seeing ppc64_runlatch_off in our profiles, so inline it
into the callers. To avoid a mess of circular includes I didn't add
it as an inline function.

Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/reg.h
arch/powerpc/kernel/process.c