diff options
Diffstat (limited to 'arch/s390/oprofile/init.c')
| -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 584b93674ea..ffeb17ce7f3 100644 --- a/arch/s390/oprofile/init.c +++ b/arch/s390/oprofile/init.c @@ -440,6 +440,7 @@ static int oprofile_hwsampler_init(struct oprofile_operations *ops)  		switch (id.machine) {  		case 0x2097: case 0x2098: ops->cpu_type = "s390/z10"; break;  		case 0x2817: case 0x2818: ops->cpu_type = "s390/z196"; break; +		case 0x2827:              ops->cpu_type = "s390/zEC12"; break;  		default: return -ENODEV;  		}  	} |