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:
5fe10ab
)
[ARM] Prevent deadlock in page fault handler
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Tue, 20 Sep 2005 16:52:13 +0000
(17:52 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 20 Sep 2005 16:52:13 +0000
(17:52 +0100)
As per x86, we may deadlock while trying to get the mmap semaphore.
Implement the same fix, which allows (eg) recursive faults to cause
an oops instead of deadlocking.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found