From: Tony Lindgren Date: Thu, 11 Feb 2010 02:19:26 +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=ee9c2d3d9ff5078a6c5f9a018e7f012bbc476f58;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