提交 487dff56 编写于 作者: H 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: NHeiko Carstens <hca@linux.ibm.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册