From: Kumar Gala Date: Mon, 21 Apr 2008 19:09:44 +0000 (-0500) Subject: [POWERPC] ppc32: Fix errata for 603 CPUs X-Git-Tag: v2.6.26-rc1~1055^2~44^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc215fe7e6f0420afee0e0987fcc311929ee662f;p=pandora-kernel.git [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: Kumar Gala --- Reading git-diff-tree failed