Browse Source

oprofile, x86: Add support for AMD family 15h

This patch adds support for AMD family 15h (Interlagos/Valencia/
Zambezi) cpus.

Signed-off-by: Robert Richter <robert.richter@amd.com>
Robert Richter 14 years ago
parent
commit
30570bced1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      arch/x86/oprofile/nmi_int.c

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

@@ -732,6 +732,9 @@ int __init op_nmi_init(struct oprofile_operations *ops)
 		case 0x14:
 			cpu_type = "x86-64/family14h";
 			break;
+		case 0x15:
+			cpu_type = "x86-64/family15h";
+			break;
 		default:
 			return -ENODEV;
 		}