diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-01-13 14:14:01 +0100 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2021-07-27 09:39:19 +0200 |
commit | b3bc7980f4ad12c0cd4e2c7a5541ed2a061a0770 (patch) | |
tree | 24acb72981d4714010fa5f32b93592a8fc23ff69 /arch/s390/kernel/processor.c | |
parent | s390/qdio: remove unused macros (diff) | |
download | linux-b3bc7980f4ad12c0cd4e2c7a5541ed2a061a0770.tar.xz linux-b3bc7980f4ad12c0cd4e2c7a5541ed2a061a0770.zip |
s390: report more CPU capabilities
Add hardware capability bits and feature tags to /proc/cpuinfo
for NNPA and Vector-Packed-Decimal-Enhancement Facility 2.
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/kernel/processor.c')
-rw-r--r-- | arch/s390/kernel/processor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/processor.c b/arch/s390/kernel/processor.c index 82df39b17bb5..9cd63efce1c1 100644 --- a/arch/s390/kernel/processor.c +++ b/arch/s390/kernel/processor.c @@ -115,7 +115,7 @@ static void show_cpu_summary(struct seq_file *m, void *v) static const char *hwcap_str[] = { "esan3", "zarch", "stfle", "msa", "ldisp", "eimm", "dfp", "edat", "etf3eh", "highgprs", "te", "vx", "vxd", "vxe", "gs", - "vxe2", "vxp", "sort", "dflt" + "vxe2", "vxp", "sort", "dflt", "vxp2", "nnpa" }; static const char * const int_hwcap_str[] = { "sie" |