projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
726c12f
)
sparc64: Sync FPU state in VIS emulation handler.
author
Hong H. Pham
<hong.pham@windriver.com>
Thu, 4 Dec 2008 17:12:57 +0000
(09:12 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 4 Dec 2008 17:12:57 +0000
(09:12 -0800)
Copy the FPU state to the task's thread_info->fpregs for the VIS emulation
functions to access.
Signed-off-by: Hong H. Pham <hong.pham@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/visemul.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc64/kernel/visemul.c
b/arch/sparc64/kernel/visemul.c
index 69f8a35c6bcdef4e885738a2c1c49ffe4377ce3b..b956fd71c131143e4240ebea47548ab110c747a0 100644
(file)
--- a/
arch/sparc64/kernel/visemul.c
+++ b/
arch/sparc64/kernel/visemul.c
@@
-807,6
+807,8
@@
int vis_emul(struct pt_regs *regs, unsigned int insn)
if (get_user(insn, (u32 __user *) pc))
return -EFAULT;
+ save_and_clear_fpu();
+
opf = (insn & VIS_OPF_MASK) >> VIS_OPF_SHIFT;
switch (opf) {
default: