From: Tony Lindgren Date: Mon, 1 Feb 2010 22:26:53 +0000 (+0100) Subject: ARM: 5910/1: ARM: Add tmp register for addruart and loadsp X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d65bf7ef74f1ce3ce4a99dde54583dc45f3bf3ba;p=pandora-kernel.git ARM: 5910/1: ARM: Add tmp register for addruart and loadsp 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 Signed-off-by: Russell King --- Reading git-diff-tree failed