Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12f2b261 authored by Barry Kasindorf's avatar Barry Kasindorf Committed by Ingo Molnar
Browse files

oprofile: Add support for AMD Family 11h



This patch add support for AMD Family 11h CPUs.

Signed-off-by: default avatarBarry Kasindorf <barry.kasindorf@amd.com>
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
Cc: oprofile-list <oprofile-list@lists.sourceforge.net>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 286f5718
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -436,6 +436,10 @@ int __init op_nmi_init(struct oprofile_operations *ops)
			model = &op_athlon_spec;
			model = &op_athlon_spec;
			cpu_type = "x86-64/family10";
			cpu_type = "x86-64/family10";
			break;
			break;
		case 0x11:
			model = &op_athlon_spec;
			cpu_type = "x86-64/family11h";
			break;
		}
		}
		break;
		break;