Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into x86/urgent

+6 -3
+2 -3
arch/x86/oprofile/nmi_int.c
··· 401 401 *cpu_type = "i386/pii"; 402 402 break; 403 403 case 6 ... 8: 404 + case 10 ... 11: 404 405 *cpu_type = "i386/piii"; 405 406 break; 406 407 case 9: 408 + case 13: 407 409 *cpu_type = "i386/p6_mobile"; 408 - break; 409 - case 10 ... 13: 410 - *cpu_type = "i386/p6"; 411 410 break; 412 411 case 14: 413 412 *cpu_type = "i386/core";
+4
arch/x86/oprofile/op_model_ppro.c
··· 156 156 unsigned int low, high; 157 157 int i; 158 158 159 + if (!reset_value) 160 + return; 159 161 for (i = 0; i < num_counters; ++i) { 160 162 if (reset_value[i]) { 161 163 CTRL_READ(low, high, msrs, i); ··· 173 171 unsigned int low, high; 174 172 int i; 175 173 174 + if (!reset_value) 175 + return; 176 176 for (i = 0; i < num_counters; ++i) { 177 177 if (!reset_value[i]) 178 178 continue;