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:
01f4b8b
)
powerpc: fix giveup_vsx to save registers correctly
author
Michael Neuling
<mikey@neuling.org>
Fri, 11 Jul 2008 06:29:12 +0000
(16:29 +1000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 15 Jul 2008 02:29:23 +0000
(12:29 +1000)
giveup_vsx didn't save the FPU and VMX regsiters. Change it to be
like giveup_fpr/altivec which save these registers.
Also update call sites where FPU and VMX are already saved to use the
original giveup_vsx (renamed to __giveup_vsx).
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found