[S390] Add z196 machine type to setup_hwcaps
Add machine type for zEnterprise 196 to elf platform detection. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
18cb657ca1
commit
c84b9051d6
@@ -761,6 +761,9 @@ static void __init setup_hwcaps(void)
|
|||||||
case 0x2098:
|
case 0x2098:
|
||||||
strcpy(elf_platform, "z10");
|
strcpy(elf_platform, "z10");
|
||||||
break;
|
break;
|
||||||
|
case 0x2817:
|
||||||
|
strcpy(elf_platform, "z196");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user