linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: Fix Kernel FP unavail exception for BookE
@ 2006-01-31 23:52 Becky Bruce
  2006-02-01  0:15 ` Kumar Gala
  2006-02-07 10:30 ` Paul Mackerras
  0 siblings, 2 replies; 5+ messages in thread
From: Becky Bruce @ 2006-01-31 23:52 UTC (permalink / raw)
  To: linuxppc-dev, galak

powerpc: Correct BookE FP unavailable exception

Updated FP unavailable exception to refer to the correct
function in traps.c. head_booke.h was using the old name, KernelFP,
instead of kernel_fp_unavailable_exception.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>

---
commit 6e481b074a1cbe44dd5ccc29fe74857986a41e14
tree 5e3d59136176a927dae2f42ce83b393b17fc86e6
parent 2a68349345a9bf292d06a8baaa8182b946c7056c
author Becky Bruce <becky.bruce@freescale.com> Tue, 31 Jan 2006 17:41:00 -0600
committer Becky Bruce <becky.bruce@freescale.com> Tue, 31 Jan 2006 17:41:00 -0600

 arch/powerpc/kernel/head_booke.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/kernel/head_booke.h b/arch/powerpc/kernel/head_booke.h
index 5827c27..8536e76 100644
--- 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__ */

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-02-07 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-31 23:52 [PATCH] powerpc: Fix Kernel FP unavail exception for BookE Becky Bruce
2006-02-01  0:15 ` Kumar Gala
2006-02-07 10:30 ` Paul Mackerras
2006-02-07 14:28   ` Kumar Gala
2006-02-07 16:35     ` Becky Bruce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).