# HG changeset patch # User Keir Fraser # Date 1229599773 0 # Node ID 768759d4e319f8c46a8558782a9bf1c7982e662d # Parent c2dad16819b54c2c4b2bb0e9e89f71c279eaf156 xenoprof: Add support for Intel Dunnington cores. Signed-off-by: Xiaowei Yang Signed-off-by: Ting Zhou --- a/xen/arch/x86/oprofile/nmi_int.c +++ b/xen/arch/x86/oprofile/nmi_int.c @@ -315,11 +315,10 @@ static int __init ppro_init(char ** cpu_ case 14: *cpu_type = "i386/core"; break; - case 15: case 23: - *cpu_type = "i386/core_2"; - ppro_has_global_ctrl = 1; - break; + case 15: + case 23: case 26: + case 29: *cpu_type = "i386/core_2"; ppro_has_global_ctrl = 1; break;