From: Keir Fraser Date: Fri, 19 Nov 2010 13:26:42 +0000 (+0000) Subject: VPMU: Add the Intel CPU X7542 to the list of supported prcocessors X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11235 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=26b1575bf3d4abd407724c0cc6a2365fd78e0b6d;p=xen.git VPMU: Add the Intel CPU X7542 to the list of supported prcocessors Signed-off-by: Dietmar Hahn --- diff --git a/xen/arch/x86/hvm/vpmu.c b/xen/arch/x86/hvm/vpmu.c index 5214529a4e..7025ccfa29 100644 --- a/xen/arch/x86/hvm/vpmu.c +++ b/xen/arch/x86/hvm/vpmu.c @@ -120,6 +120,7 @@ void vpmu_initialise(struct vcpu *v) case 23: case 26: case 29: + case 46: vpmu->arch_vpmu_ops = &core2_vpmu_ops; break; }