arch/i386/oprofile/nmi_int.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: 2.6.6/arch/i386/oprofile/nmi_int.c =================================================================== --- 2.6.6.orig/arch/i386/oprofile/nmi_int.c +++ 2.6.6/arch/i386/oprofile/nmi_int.c @@ -313,7 +313,7 @@ static int __init p4_init(void) { __u8 cpu_model = current_cpu_data.x86_model; - if (cpu_model > 3) + if (cpu_model > 100) return 0; #ifndef CONFIG_SMP