Skip to content
Commit 2342aa28 authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b6fcd313
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment