From: David Howells Date: Mon, 14 Apr 2008 10:20:59 +0000 (+0100) Subject: FRV: Correctly determine the address of an illegal instruction X-Git-Tag: v2.6.25~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3f8e94b7b079131f0faf641e8afd790a6537d1;p=pandora-kernel.git FRV: Correctly determine the address of an illegal instruction Correctly determine the address of an illegal instruction. The EPCR0 register holds this value (masked by EPCR0_PC) if the validity bit is set (masked by EPCR0_V). So the test as to whether the contents of the register are usable should be involve checking the _V bit, not the _PC bits. Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed