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:
4f70f7a
)
sparc64: Handle stack trace attempts before irqstacks are setup.
author
David S. Miller
<davem@davemloft.net>
Thu, 14 Aug 2008 00:17:52 +0000
(17:17 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 14 Aug 2008 00:20:04 +0000
(17:20 -0700)
Things like lockdep can try to do stack backtraces before
the irqstack blocks have been setup. So don't try to match
their ranges so early on.
Also, remove unused variable in save_stack_trace().
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found