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:
baa0677
)
sparc64: Fix hardirq tracing in trap return path.
author
David S. Miller
<davem@davemloft.net>
Tue, 20 Apr 2010 07:48:37 +0000
(
00:48
-0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 20 Apr 2010 07:48:37 +0000
(
00:48
-0700)
We can overflow the hardirq stack if we set the %pil here
so early, just let the normal control flow do it.
This is fine as we are allowed to do the actual IRQ enable
at any point after we call trace_hardirqs_on.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found