[POWERPC] 4xx: Fix 440grx setup function to call 440A fixup

The mechanism to do the setup for 440A cores changed recently.  This fixes
the 440grx setup function to call __fixup_440A_mcheck.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
This commit is contained in:
Josh Boyer 2007-12-04 13:02:18 -06:00
parent 2a13448aa3
commit 9ac30c3145

View File

@ -27,7 +27,11 @@ _GLOBAL(__setup_cpu_440epx)
mtlr r4
blr
_GLOBAL(__setup_cpu_440grx)
b __plb_disable_wrp
mflr r4
bl __plb_disable_wrp
bl __fixup_440A_mcheck
mtlr r4
blr
_GLOBAL(__setup_cpu_440gx)
_GLOBAL(__setup_cpu_440spe)
b __fixup_440A_mcheck