diff options
author | Jason J. Herne <jjherne@linux.vnet.ibm.com> | 2017-03-20 09:57:42 -0400 |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2017-04-26 14:19:01 +0200 |
commit | e000b8e0968dd7bfa09c444607ce1e48e57aafd3 (patch) | |
tree | 0565a2247daeacceb4c272ff2543d944d7785a03 /arch/s390/tools/gen_facilities.c | |
parent | 0850e9219bd0d8fc337adb88c350b878f0dcbaa7 (diff) | |
download | linux-e000b8e0968dd7bfa09c444607ce1e48e57aafd3.tar.bz2 |
s390: kvm: Cpu model support for msa6, msa7 and msa8
msa6 and msa7 require no changes.
msa8 adds kma instruction and feature area.
Signed-off-by: Jason J. Herne <jjherne@linux.vnet.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'arch/s390/tools/gen_facilities.c')
-rw-r--r-- | arch/s390/tools/gen_facilities.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/tools/gen_facilities.c b/arch/s390/tools/gen_facilities.c index 0cf802de52a1..be63fbd699fd 100644 --- a/arch/s390/tools/gen_facilities.c +++ b/arch/s390/tools/gen_facilities.c @@ -82,6 +82,7 @@ static struct facility_def facility_defs[] = { 78, /* enhanced-DAT 2 */ 130, /* instruction-execution-protection */ 131, /* enhanced-SOP 2 and side-effect */ + 146, /* msa extension 8 */ -1 /* END */ } }, |