mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-04 13:57:46 +00:00
r2 is not guaranteed to be preserved over a function call, so relying on it to store the link register over the call to sleep_phys_sp() is unreliable. Store the link register on the stack instead. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>