aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/processor.c
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2017-03-22 08:22:02 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-03-22 08:22:02 +0100
commitbffc880b451f1e440efe1b8bd3af365018ec314a (patch)
tree98e417649fdfc628ea3f035f45794823fac2ec3a /arch/s390/kernel/processor.c
parents390/pkey: Fix wrong handling of secure key with old MKVP (diff)
parents390: add a system call for guarded storage (diff)
downloadlinux-dev-bffc880b451f1e440efe1b8bd3af365018ec314a.tar.xz
linux-dev-bffc880b451f1e440efe1b8bd3af365018ec314a.zip
Merge branch 'guarded-storage' into 'features' to make merging with
the KVM tree easier.
Diffstat (limited to 'arch/s390/kernel/processor.c')
-rw-r--r--arch/s390/kernel/processor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/processor.c b/arch/s390/kernel/processor.c
index 928b929a6261..c73709869447 100644
--- a/arch/s390/kernel/processor.c
+++ b/arch/s390/kernel/processor.c
@@ -95,7 +95,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"
+ "edat", "etf3eh", "highgprs", "te", "vx", "vxd", "vxe", "gs"
};
static const char * const int_hwcap_str[] = {
"sie"