]> git.dujemihanovic.xyz Git - linux.git/commit
s390/hwcaps: make sie capability regular hwcap
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 21 Jul 2021 12:03:33 +0000 (14:03 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:21 +0000 (09:39 +0200)
commit7e82523f2583e9813e4109df3656707162541297
tree9f851ca4f155581042310025459cb10cb3a826e9
parent98ac9169e5407510c70621a2106005b26d4d304a
s390/hwcaps: make sie capability regular hwcap

Commit 7f16d7e787b7 ("s390: show virtualization support in /proc/cpuinfo")
introduced special handling for sie capability, saying this should not be
exposed via hwcaps, without giving a reason.

However this leads to an inconsistent /proc/cpuinfo features line
where all features except the sie capability are also present in
hwcaps. I really don't see a reason to not add that to hwcaps - it
might be quite pointless, but at least this way it is possible to get
rid of some special handling.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/elf.h
arch/s390/kernel/processor.c