aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Richter <tmricht@linux.ibm.com>2019-04-12 11:32:28 +0200
committerVasily Gorbik <gor@linux.ibm.com>2019-07-11 20:40:01 +0200
commit820bace734722715c643dcb5f74b502cb912d4eb (patch)
treef1edb71683f94af27612ea201563a3f50f25fe31 /arch
parents390/dasd: Handle out-of-space constraint (diff)
downloadlinux-dev-820bace734722715c643dcb5f74b502cb912d4eb.tar.xz
linux-dev-820bace734722715c643dcb5f74b502cb912d4eb.zip
s390/cpumf: Add extended counter set definitions for model 8561 and 8562
Add the extended counter set definitions for s390 machine types 8561 and 8262. They are identical with machine types 3906 and 3907. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/s390/kernel/perf_cpum_cf_events.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/kernel/perf_cpum_cf_events.c b/arch/s390/kernel/perf_cpum_cf_events.c
index 34cc96449b30..8b33e03e47b8 100644
--- a/arch/s390/kernel/perf_cpum_cf_events.c
+++ b/arch/s390/kernel/perf_cpum_cf_events.c
@@ -624,6 +624,8 @@ __init const struct attribute_group **cpumf_cf_event_group(void)
break;
case 0x3906:
case 0x3907:
+ case 0x8561:
+ case 0x8562:
model = cpumcf_z14_pmu_event_attr;
break;
default: