[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xen/x86: Add Xenoprofile support for AMD Family 17h
Signed-off-by: Gary R Hook <gary.hook@xxxxxxx> --- xen/arch/x86/oprofile/nmi_int.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xen/arch/x86/oprofile/nmi_int.c b/xen/arch/x86/oprofile/nmi_int.c index 13534d491405..5ad48c12e515 100644 --- a/xen/arch/x86/oprofile/nmi_int.c +++ b/xen/arch/x86/oprofile/nmi_int.c @@ -419,6 +419,10 @@ static int __init nmi_init(void) model = &op_athlon_spec; cpu_type = "x86-64/family16h"; break; + case 0x17: + model = &op_amd_fam15h_spec; + cpu_type = "x86-64/family17h"; + break; } break; _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |