|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] x86: Fix a typo in vpmu_core2.c
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1236857192 0
# Node ID 832f9e32832dbdd8951c611d2ca378c4da611eb8
# Parent e174645c7fc0a481a1eb8301a1b0de22ca36b579
x86: Fix a typo in vpmu_core2.c
When the HVM guest which is xenoprof's passive domain, is going to
shutdown, the Hypervisor panics because of typo in vpmu_core2.c
Signed-off-by: Kazuhiro Suzuki <kaz@xxxxxxxxxxxxxx>
---
xen/arch/x86/hvm/vmx/vpmu_core2.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r e174645c7fc0 -r 832f9e32832d xen/arch/x86/hvm/vmx/vpmu_core2.c
--- a/xen/arch/x86/hvm/vmx/vpmu_core2.c Thu Mar 12 11:25:40 2009 +0000
+++ b/xen/arch/x86/hvm/vmx/vpmu_core2.c Thu Mar 12 11:26:32 2009 +0000
@@ -481,7 +481,7 @@ static void core2_vpmu_destroy(struct vc
struct vpmu_struct *vpmu = vcpu_vpmu(v);
struct core2_vpmu_context *core2_vpmu_cxt = vpmu->context;
- if ( !vpmu->flags & VPMU_CONTEXT_ALLOCATED )
+ if ( !(vpmu->flags & VPMU_CONTEXT_ALLOCATED) )
return;
xfree(core2_vpmu_cxt->pmu_enable);
xfree(vpmu->context);
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] x86: Fix a typo in vpmu_core2.c,
Xen patchbot-unstable <=
|
|
|
|
|