commit | 962cffbd8a21ad380ec71a6f5ea55a8e08f32dd1 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Mon Jun 25 13:33:25 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 10 19:18:35 2012 +1000 |
tree | 378842a721bfd35cc54bd94e1a26d499c6fb43ac | |
parent | f4c015795c74ec31b7ad0b8e11d07946fe853db4 [diff] |
powerpc: Enforce usage of RA 0-R31 where possible Some macros use RA where when RA=R0 the values is 0, so make this the enforced mnemonic in the macro. Idea suggested by Andreas Schwab. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>