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:
2e4f17d
)
sh64: oprofile: Fix up kernel stack pointer size mismatch.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 27 Oct 2010 07:58:22 +0000
(16:58 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 27 Oct 2010 07:58:22 +0000
(16:58 +0900)
For the backtrace code its assumed that the stack pointer is 32-bits,
which is not the case with the sh64 registers. Use the shared
kernel_stack_pointer() helper to get at the actual register, which
already takes care of the necessary typecasting.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found