s390/als: add vector facility to z13 architecture level set
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 1 Dec 2023 14:42:18 +0000 (15:42 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 11 Dec 2023 13:33:07 +0000 (14:33 +0100)
commit68422c0069990e5fe2a7dc2c6c995a48c0bdec26
tree130e2e12e367754fe1def83587ac0e529e7cb5e3
parentaf6ed37eb0bebc5661f653ed3704d606c2e8ec94
s390/als: add vector facility to z13 architecture level set

Add the vector facility to the z13 architecture level set (ALS). All
hypervisors support the vector facility since many years.

Adding the facility to the ALS allows for compile time optimizations of the
kernel: if the kernel is compiled for z13 or later, all tests which verify
if the vector facility is present can return "true".
This will be implemented with a subsequent patch.

Reviewed-by: Hendrik Brueckner <brueckner@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/tools/gen_facilities.c