commit | 198a0a927ab9c52a68297120ee6dd4e36a975b0e | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jun 26 13:51:44 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jun 29 10:06:37 2011 +0100 |
tree | 741ee77ed2252b9fd780be0b464d97c1b2417ac7 | |
parent | be020f8618caa0670a2a5b5a5df79549520f7867 [diff] |
ARM: entry: abort-macro: simplify do_ldrd_abort We can test bits 27:25 and 20 of the instruction at the same time; there's no need to separate out the check of bit 20. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>