Skip to content

Commit

Permalink
[PATCH] ppc32: fix ppc44x fpu build
Browse files Browse the repository at this point in the history
Fixes ppc44x fpu support that broke from a bad arch/powerpc merge.
Instead of adding KernelFP back in (which duplicates code) we use
the same kernel fpu unavailable handler as classic PPC processors.

Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Matt Porter authored and Paul Mackerras committed Nov 10, 2005
1 parent 8882a4d commit 43cefe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc/kernel/head_booke.h
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,6 @@
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__ */

0 comments on commit 43cefe2

Please sign in to comment.