commit | 74a0ba61b1ca96d6bb98889a7d95cd057165da49 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Mon Jul 09 23:49:09 2007 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Jul 10 00:33:14 2007 -0500 |
tree | 1f062fa32459fd564a7331174fe11b2ad151e829 | |
parent | cef1a3a5b8697ad76a6d18753e418cfe6a897030 [diff] |
[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>