commit | 2342aa282b59f028cf0850b483b34587db2c22b0 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jun 26 10:04:15 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jun 28 10:34:58 2011 +0100 |
tree | ff2f5235b07b0fa2017657254a58bd109e42ae54 | |
parent | b6fcd313c9db4f4c4feaf9d5d48b293d5fa27061 [diff] |
ARM: entry: shark: don't directly reference registers in macros Directly referencing registers in macros makes assembly code harder to change, because the macros have side effects which are non-obvious. Use the provided 'base' register rather than directly referencing r4. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>