ARM: entry: abort-macro: specify registers to be used for macros
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 26 Jun 2011 12:42:01 +0000 (13:42 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 29 Jun 2011 09:06:36 +0000 (10:06 +0100)
Require all callers of abort macros to specify the registers to be
used.  This improves the documentation at the callsites as to which
registers are being used by this assembly code.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found