[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)
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>

No differences found