git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df2670
)
[ARM] 4183/1: do_undefinstr: read svc undefined instructions with svc privileges
author
Dan Williams
<dan.j.williams@intel.com>
Tue, 13 Feb 2007 16:11:34 +0000
(17:11 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 14 Feb 2007 15:21:22 +0000
(15:21 +0000)
do_undefinstr currently does not expect undefined instructions in kernel
code, since it always uses get_user() to read the instruction.
Dereference the 'pc' pointer directly in the SVC case.
Per Nicolas Pitre's note, kernel code is never in thumb mode.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found