mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
[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:
parent
18cb657ca1
commit
c84b9051d6
|
|
@ -761,6 +761,9 @@ static void __init setup_hwcaps(void)
|
|||
case 0x2098:
|
||||
strcpy(elf_platform, "z10");
|
||||
break;
|
||||
case 0x2817:
|
||||
strcpy(elf_platform, "z196");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user