commit | e55174e911637f0093bc9dac137b568e8a4a1f29 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Mon Jun 25 13:33:18 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 10 19:18:16 2012 +1000 |
tree | 1dacab9f4c9a77ac1bda836f9065bbe4ab7b3074 | |
parent | 03a22bfcfdfe88db8b4d2d9ee65476793038364f [diff] |
powerpc: Fixes for instructions not using correct register naming These macros are using integers where they could be using logical names since they take registers. We are going to enforce this soon, so fix these up now. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>