[POWERPC] Move inline asm eieio to using eieio inline function
authorKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jul 2007 04:49:09 +0000 (23:49 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jul 2007 05:33:14 +0000 (00:33 -0500)
commit74a0ba61b1ca96d6bb98889a7d95cd057165da49
tree1f062fa32459fd564a7331174fe11b2ad151e829
parentcef1a3a5b8697ad76a6d18753e418cfe6a897030
[POWERPC] Move inline asm eieio to using eieio inline function

Use the eieio function so we can redefine what eieio does rather
than direct inline asm.  This is part code clean up and partially
because not all PPCs have eieio (book-e has mbar that maps to eieio).

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/io.c
arch/powerpc/mm/hash_native_64.c
arch/powerpc/mm/stab.c
include/asm-powerpc/system.h