commit | be020f8618caa0670a2a5b5a5df79549520f7867 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jun 26 13:42:01 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jun 29 10:06:36 2011 +0100 |
tree | 5b85ecbab42342e2ddc6de5b9ea7b4e9fb2f1cef | |
parent | 0402becef94c43bb2bb483653a5cee2fb5049764 [diff] |
ARM: entry: abort-macro: specify registers to be used for macros 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>