Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 190a24f5 authored by Olof Johansson's avatar Olof Johansson Committed by Paul Mackerras
Browse files

[POWERPC] Make sure __cpu_preinit_ppc970 gets called on 970GX processors



Add check for 970GX for __cpu_preinit_ppc970.

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent f4d4c354
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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: