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:
4370eec
)
arm64: Enable interrupts in the EL0 undef handler
author
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 22 Aug 2013 10:47:37 +0000
(11:47 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 22 Aug 2013 10:47:37 +0000
(11:47 +0100)
do_undefinstr() has to be called with interrupts disabled since it may
read the instruction from the user address space which could lead to a
data abort and subsequent might_sleep() warning in do_page_fault().
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
No differences found