https://github.com/torvalds/linux
Revision 4f3f8e94b7b079131f0faf641e8afd790a6537d1 authored by David Howells on 14 April 2008, 10:20:59 UTC, committed by Linus Torvalds on 14 April 2008, 14:55:15 UTC
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 <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 120dd64
History
Tip revision: 4f3f8e94b7b079131f0faf641e8afd790a6537d1 authored by David Howells on 14 April 2008, 10:20:59 UTC
FRV: Correctly determine the address of an illegal instruction
Tip revision: 4f3f8e9
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 644 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.4 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 94.9 KB
Makefile -rw-r--r-- 52.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top