Skip to content
Snippets Groups Projects
Commit 9ac30c31 authored by Josh Boyer's avatar Josh Boyer
Browse files

[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: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent 2a13448a
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,11 @@ _GLOBAL(__setup_cpu_440epx) ...@@ -27,7 +27,11 @@ _GLOBAL(__setup_cpu_440epx)
mtlr r4 mtlr r4
blr blr
_GLOBAL(__setup_cpu_440grx) _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_440gx)
_GLOBAL(__setup_cpu_440spe) _GLOBAL(__setup_cpu_440spe)
b __fixup_440A_mcheck b __fixup_440A_mcheck
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment