From: Nicolas Pitre Date: Thu, 1 Sep 2011 02:55:46 +0000 (-0400) Subject: ARM: add an extra temp register to the low level debugging addruart macro X-Git-Tag: v3.2-rc1~40^2^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=639da5ee374ba8f070690bbd355ca30139ce145a;p=pandora-kernel.git ARM: add an extra temp register to the low level debugging addruart macro Some platforms (like OMAP not to name it) are doing rather complicated hacks just to determine the base UART address to use. Let's give their addruart macro some slack by providing an extra work register which will allow for much needed cleanups. This is basically a no-op as this commit is only adding the extra argument to the macro but no one is using it yet. Signed-off-by: nicolas Pitre Reviewed-by: Kevin Hilman --- Reading git-diff-tree failed