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

Commit e6341474 authored by Robert Richter's avatar Robert Richter
Browse files

oprofile, x86: Add support for AMD family 14h



This patch adds support for AMD family 14h (Ontario/Zacate) cpus.

Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 3acbf084
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -729,6 +729,9 @@ int __init op_nmi_init(struct oprofile_operations *ops)
		case 0x12:
			cpu_type = "x86-64/family12h";
			break;
		case 0x14:
			cpu_type = "x86-64/family14h";
			break;
		default:
			return -ENODEV;
		}