s390/facilities: add z13 als bit
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 25 Nov 2015 11:54:46 +0000 (12:54 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 18 Dec 2015 13:59:24 +0000 (14:59 +0100)
If configured for z13 assume the kernel makes use of the instructions
that are part of the load-and-zero-rightmost-byte facility and
load/store-on-condition facility 2.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/facilities_src.h

index 493e88b4941c127d76af1911ec50ca1747be4715..4917728e582858995f4a2ae1e86cf7b91202c97a 100644 (file)
@@ -48,6 +48,9 @@ static struct facility_def facility_defs[] = {
 #ifdef CONFIG_HAVE_MARCH_ZEC12_FEATURES
                        49, /* misc-instruction-extensions */
                        52, /* interlocked facility 2 */
+#endif
+#ifdef CONFIG_HAVE_MARCH_Z13_FEATURES
+                       53, /* load-and-zero-rightmost-byte, etc. */
 #endif
                        -1 /* END */
                }
This page took 0.03633 seconds and 5 git commands to generate.