diff options
author | Heiko Carstens | 2016-02-19 10:47:48 +0100 |
---|---|---|
committer | Martin Schwidefsky | 2016-02-24 12:18:10 +0100 |
commit | 993e0681084c8e84dd870bffedec9410778dfa87 (patch) | |
tree | 16c7dfe892a2cbce4eadb6ec7812f086707e0ceb /arch/s390 | |
parent | bb3aa614014e11aea2c1aab528752e12b54df62d (diff) |
s390/oprofile: add z13/z13s model numbers
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/oprofile/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/oprofile/init.c b/arch/s390/oprofile/init.c index d85d1e6b1988..791935a65800 100644 --- 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; } } |