From: Tony Lindgren Date: Fri, 12 Feb 2010 20:26:44 +0000 (-0800) 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=007357e375bd89eb5eace621195af10746d63ac4;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