Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 993e0681 authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

s390/oprofile: add z13/z13s model numbers

parent bb3aa614
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
		}
	}