Commit 487dff56 authored by Heiko Carstens's avatar Heiko Carstens
Browse files

s390/hwcaps: remove z/Architecture mode active check



Remove a leftover from the common 31/64 bit code. z/Architecture mode
is now always active, there is no need to check.

Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 449fbd71
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -184,7 +184,6 @@ static int __init setup_hwcaps(void)
		elf_hwcap |= HWCAP_ESAN3;

	/* z/Architecture mode active */
	if (test_facility(2))
	elf_hwcap |= HWCAP_ZARCH;

	/* store-facility-list-extended */