]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ARM: 5910/1: ARM: Add tmp register for addruart and loadsp
authorTony Lindgren <tony@atomide.com>
Mon, 1 Feb 2010 22:26:53 +0000 (23:26 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 12 Feb 2010 17:27:52 +0000 (17:27 +0000)
Otherwise more complicated uart configuration won't be possible.
We can use r1 for tmp register for both head.S and debug.S.

NOTE: This patch depends on another patch to add the the tmp register
into all debug-macro.S files. That can be done with:

$ sed -i -e "s/addruart,rx|addruart, rx/addruart, rx, tmp/"
arch/arm/*/include/*/debug-macro.S

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found