Skip to content

Commit

Permalink
oprofile: Add support for AMD Family 11h
Browse files Browse the repository at this point in the history
This patch add support for AMD Family 11h CPUs.

Signed-off-by: Barry Kasindorf <barry.kasindorf@amd.com>
Signed-off-by: Robert Richter <robert.richter@amd.com>
Cc: oprofile-list <oprofile-list@lists.sourceforge.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Barry Kasindorf authored and Ingo Molnar committed Jul 26, 2008
1 parent 286f571 commit 12f2b26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/x86/oprofile/nmi_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,10 @@ int __init op_nmi_init(struct oprofile_operations *ops)
model = &op_athlon_spec;
cpu_type = "x86-64/family10";
break;
case 0x11:
model = &op_athlon_spec;
cpu_type = "x86-64/family11h";
break;
}
break;

Expand Down

0 comments on commit 12f2b26

Please sign in to comment.