s390/facilities: fix typo
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 18 Aug 2017 07:02:01 +0000 (09:02 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 29 Aug 2017 14:29:04 +0000 (16:29 +0200)
There really is no "general extension" facility available. Use the
correct name "general instructions extension" facility instead.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/tools/gen_facilities.c

index 3e878ec..29d72bf 100644 (file)
@@ -41,7 +41,7 @@ static struct facility_def facility_defs[] = {
                        27, /* mvcos */
                        32, /* compare and swap and store */
                        33, /* compare and swap and store 2 */
-                       34, /* general extension facility */
+                       34, /* general instructions extension */
                        35, /* execute extensions */
 #endif
 #ifdef CONFIG_HAVE_MARCH_Z196_FEATURES