projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb3aa61
)
s390/oprofile: add z13/z13s model numbers
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Fri, 19 Feb 2016 09:47:48 +0000
(10:47 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Wed, 24 Feb 2016 11:18:10 +0000
(12:18 +0100)
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/oprofile/init.c
patch
|
blob
|
history
diff --git
a/arch/s390/oprofile/init.c
b/arch/s390/oprofile/init.c
index
d85d1e6
..
791935a
100644
(file)
--- a/
arch/s390/oprofile/init.c
+++ b/
arch/s390/oprofile/init.c
@@
-454,6
+454,7
@@
static int oprofile_hwsampler_init(struct oprofile_operations *ops)
case 0x2097: case 0x2098: ops->cpu_type = "s390/z10"; break;
case 0x2817: case 0x2818: ops->cpu_type = "s390/z196"; break;
case 0x2827: case 0x2828: ops->cpu_type = "s390/zEC12"; break;
+ case 0x2964: case 0x2965: ops->cpu_type = "s390/z13"; break;
default: return -ENODEV;
}
}