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

Commit 977c8fa4 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents 84f7466e e107ebe0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ static int __init ppro_init(char ** cpu_type)

	if (cpu_model == 14)
		*cpu_type = "i386/core";
	else if (cpu_model == 15)
	else if (cpu_model == 15 || cpu_model == 23)
		*cpu_type = "i386/core_2";
	else if (cpu_model > 0xd)
		return 0;