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-Tag: v2.6.34-rc1~241^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e6d488af37980d224cbf298224db6173673f362;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