···401401 *cpu_type = "i386/pii";402402 break;403403 case 6 ... 8:404404+ case 10 ... 11:404405 *cpu_type = "i386/piii";405406 break;406407 case 9:408408+ case 13:407409 *cpu_type = "i386/p6_mobile";408408- break;409409- case 10 ... 13:410410- *cpu_type = "i386/p6";411410 break;412411 case 14:413412 *cpu_type = "i386/core";
+4
arch/x86/oprofile/op_model_ppro.c
···156156 unsigned int low, high;157157 int i;158158159159+ if (!reset_value)160160+ return;159161 for (i = 0; i < num_counters; ++i) {160162 if (reset_value[i]) {161163 CTRL_READ(low, high, msrs, i);···173171 unsigned int low, high;174172 int i;175173174174+ if (!reset_value)175175+ return;176176 for (i = 0; i < num_counters; ++i) {177177 if (!reset_value[i])178178 continue;