[POWERPC] Make sure __cpu_preinit_ppc970 gets called on 970GX processors
[powerpc.git] / arch / powerpc / kernel / head_64.S
index f12e3c5..291e362 100644 (file)
@@ -1641,6 +1641,8 @@ _GLOBAL(__start_initialization_multiplatform)
        cmpwi   r0,0x3c         /* 970FX */
        beq     1f
        cmpwi   r0,0x44         /* 970MP */
+       beq     1f
+       cmpwi   r0,0x45         /* 970GX */
        bne     2f
 1:     bl      .__cpu_preinit_ppc970
 2: