Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3d05f9d authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

s390/facilities: add z13 als bit



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: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 6ab6c31a
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -48,6 +48,9 @@ static struct facility_def facility_defs[] = {
#ifdef CONFIG_HAVE_MARCH_ZEC12_FEATURES
#ifdef CONFIG_HAVE_MARCH_ZEC12_FEATURES
			49, /* misc-instruction-extensions */
			49, /* misc-instruction-extensions */
			52, /* interlocked facility 2 */
			52, /* interlocked facility 2 */
#endif
#ifdef CONFIG_HAVE_MARCH_Z13_FEATURES
			53, /* load-and-zero-rightmost-byte, etc. */
#endif
#endif
			-1 /* END */
			-1 /* END */
		}
		}