ARM: entry: abort-macro: simplify do_ldrd_abort
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 26 Jun 2011 12:51:44 +0000 (13:51 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 29 Jun 2011 09:06:37 +0000 (10:06 +0100)
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>

No differences found