Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
[PATCH] powerpc: Fix Kernel FP unavail exception for BookE
[linux-2.6.git]
/
arch
/
powerpc
/
kernel
/
head_booke.h
diff --git
a/arch/powerpc/kernel/head_booke.h
b/arch/powerpc/kernel/head_booke.h
index 5827c27e0b593ba29c467d8a82ecca0ac16eff85..8536e767616084c40cdf2010e23b84891a6ee43e 100644
(file)
--- a/
arch/powerpc/kernel/head_booke.h
+++ b/
arch/powerpc/kernel/head_booke.h
@@
-358,6
+358,6
@@
label:
NORMAL_EXCEPTION_PROLOG; \
bne load_up_fpu; /* if from user, just load it up */ \
addi r3,r1,STACK_FRAME_OVERHEAD; \
- EXC_XFER_EE_LITE(0x800,
KernelFP
)
+ EXC_XFER_EE_LITE(0x800,
kernel_fp_unavailable_exception
)
#endif /* __HEAD_BOOKE_H__ */