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

Commit 2a12652c authored by Andi Kleen's avatar Andi Kleen Committed by Andi Kleen
Browse files

[PATCH] i386: Support Oprofile for AMD Family 10 CPUs



Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent d9c93813
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -414,6 +414,10 @@ int __init op_nmi_init(struct oprofile_operations *ops)
				   user space an consistent name. */
				   user space an consistent name. */
				cpu_type = "x86-64/hammer";
				cpu_type = "x86-64/hammer";
				break;
				break;
			case 0x10:
				model = &op_athlon_spec;
				cpu_type = "x86-64/family10";
				break;
			}
			}
			break;
			break;