From 435187c5a404e794902af0b827b13e0b29363f02 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Wed, 2 May 2007 19:27:06 +0200 Subject: [PATCH] --- yaml --- r: 53748 b: refs/heads/master c: 2a12652c0335ec90747d3402a82b6699ae883b58 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/oprofile/nmi_int.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f70d1c50dd19..23d4706def38 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d9c93813ac17b34ee6eb7a424578acae6f90d759 +refs/heads/master: 2a12652c0335ec90747d3402a82b6699ae883b58 diff --git a/trunk/arch/i386/oprofile/nmi_int.c b/trunk/arch/i386/oprofile/nmi_int.c index 8fda7be9dd4d..695f737516ae 100644 --- a/trunk/arch/i386/oprofile/nmi_int.c +++ b/trunk/arch/i386/oprofile/nmi_int.c @@ -414,6 +414,10 @@ int __init op_nmi_init(struct oprofile_operations *ops) user space an consistent name. */ cpu_type = "x86-64/hammer"; break; + case 0x10: + model = &op_athlon_spec; + cpu_type = "x86-64/family10"; + break; } break;