Skip to content
Commit fc215fe7 authored by Kumar Gala's avatar Kumar Gala
Browse files

[POWERPC] ppc32: Fix errata for 603 CPUs



603 CPUs have the same issue that some 750 CPUs have in that they can crash
in funny ways if a store from an FPU register instruction is executed on a
register that has never been initialized since power on.  This patch fixes
it by making sure all FP registers have been properly initialized at kernel
boot.

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 87c448c2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment