Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information