]> git.baikalelectronics.ru Git - kernel.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)
commit57c0e67e966d7c9b6ab1929c589178c396ec800d
tree9f851ca4f155581042310025459cb10cb3a826e9
parent45bb4eeb98894e500daabd3e954196be330c02ee
s390/hwcaps: make sie capability regular hwcap

Commit 3ab560395087 ("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