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

Commit c84b9051 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

[S390] Add z196 machine type to setup_hwcaps



Add machine type for zEnterprise 196 to elf platform detection.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 18cb657c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -761,6 +761,9 @@ static void __init setup_hwcaps(void)
	case 0x2098:
		strcpy(elf_platform, "z10");
		break;
	case 0x2817:
		strcpy(elf_platform, "z196");
		break;
	}
}