]> xenbits.xensource.com Git - xen.git/commit
x86/VPMU: VPMU should not exist when vpmu_initialise() is called
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>
Wed, 18 Mar 2015 13:19:01 +0000 (14:19 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 18 Mar 2015 13:19:01 +0000 (14:19 +0100)
commita47d6cdb07709c941993e334f9bd82b3aec11dac
tree103f5776a84c430c3c84c31331d1f13841fc6053
parentfe3cafd89ab7a9e171a4e8542b00f5f08c7b4f2f
x86/VPMU: VPMU should not exist when vpmu_initialise() is called

We don't need to try to destroy it since it can't be already allocated at the
time we try to initialize it.

Suggested-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
xen/arch/x86/hvm/svm/vpmu.c
xen/arch/x86/hvm/vpmu.c