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:
c7d5a00
)
sparc64: Make prom entry spinlock NMI safe.
author
David S. Miller
<davem@davemloft.net>
Wed, 3 Mar 2010 17:06:03 +0000
(09:06 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 3 Mar 2010 17:06:03 +0000
(09:06 -0800)
If we do something like try to print to the OF console from an NMI
while we're already in OpenFirmware, we'll deadlock on the spinlock.
Use a raw spinlock and disable NMIs when we take it.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found