Hello,

the following patches enable support for Pentium II Deschutes based
computers.  With these patches (and with lapic and nmi_watchdog=0 on the
kernel command line) I am able to use perfmon on an older PII-400MHz
machine.

Vince


--- arch/i386/perfmon/perfmon_p6.c~     2007-05-18 21:46:28.000000000 -0400
+++ arch/i386/perfmon/perfmon_p6.c      2007-05-19 12:12:02.000000000 -0400
@@ -91,6 +91,7 @@

        switch(cpu_data->x86_model) {
                case 3:
+               case 5:
                case 7 ... 11:
                        break;
                case 13:



--- ./lib/pfmlib_i386_p6.c      2007-05-19 13:25:37.000000000 -0400
+++ ./lib/pfmlib_i386_p6.c~     2007-05-19 13:25:23.000000000 -0400
@@ -113,7 +113,7 @@

        switch(model) {
                 case 3: /* Pentium II */
+               case 5: /* Pentium II Deschutes */
                case 7: /* Pentium III Katmai */
                case 8: /* Pentium III Coppermine */
                case 9: /* Mobile Pentium III */


_______________________________________________
perfmon mailing list
[email protected]
http://www.hpl.hp.com/hosted/linux/mail-archives/perfmon/

Reply via email to