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

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
......@@ -184,8 +184,7 @@ static int __init setup_hwcaps(void)
elf_hwcap |= HWCAP_ESAN3;
/* z/Architecture mode active */
if (test_facility(2))
elf_hwcap |= HWCAP_ZARCH;
elf_hwcap |= HWCAP_ZARCH;
/* store-facility-list-extended */
if (test_facility(7))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment