Kaynağa Gözat

oprofile, x86: Add support for AMD family 14h

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

Signed-off-by: Robert Richter <robert.richter@amd.com>
Robert Richter 15 yıl önce
ebeveyn
işleme
e63414740e
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      arch/x86/oprofile/nmi_int.c

+ 3 - 0
arch/x86/oprofile/nmi_int.c

@@ -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;
 		}