diff options
-rw-r--r-- | arch/powerpc/kernel/cpu_setup_44x.S | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/cpu_setup_44x.S b/arch/powerpc/kernel/cpu_setup_44x.S index 0de3edbd4bb8..6250443ab9c9 100644 --- a/arch/powerpc/kernel/cpu_setup_44x.S +++ b/arch/powerpc/kernel/cpu_setup_44x.S | |||
@@ -27,7 +27,11 @@ _GLOBAL(__setup_cpu_440epx) | |||
27 | mtlr r4 | 27 | mtlr r4 |
28 | blr | 28 | blr |
29 | _GLOBAL(__setup_cpu_440grx) | 29 | _GLOBAL(__setup_cpu_440grx) |
30 | b __plb_disable_wrp | 30 | mflr r4 |
31 | bl __plb_disable_wrp | ||
32 | bl __fixup_440A_mcheck | ||
33 | mtlr r4 | ||
34 | blr | ||
31 | _GLOBAL(__setup_cpu_440gx) | 35 | _GLOBAL(__setup_cpu_440gx) |
32 | _GLOBAL(__setup_cpu_440spe) | 36 | _GLOBAL(__setup_cpu_440spe) |
33 | b __fixup_440A_mcheck | 37 | b __fixup_440A_mcheck |