diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2017-08-18 09:02:01 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-08-29 16:29:04 +0200 |
commit | ba7944114ad3c2273611c95d6571c0924010a105 (patch) | |
tree | 115d2a2d73ed5d7dce0a44a46ff4e40c8cc3d0c0 /arch | |
parent | eb304e800d491d5168df61a999beebe8042e7e58 (diff) |
s390/facilities: fix typo
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/tools/gen_facilities.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/tools/gen_facilities.c b/arch/s390/tools/gen_facilities.c index 3e878ecf522c..29d72bf8ed2b 100644 --- a/arch/s390/tools/gen_facilities.c +++ b/arch/s390/tools/gen_facilities.c @@ -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 |