|
@@ -106,7 +106,6 @@ int kvmppc_allocate_hpt(struct kvm_hpt_info *info, u32 order)
|
|
/* Allocate reverse map array */
|
|
/* Allocate reverse map array */
|
|
rev = vmalloc(sizeof(struct revmap_entry) * npte);
|
|
rev = vmalloc(sizeof(struct revmap_entry) * npte);
|
|
if (!rev) {
|
|
if (!rev) {
|
|
- pr_err("kvmppc_allocate_hpt: Couldn't alloc reverse map array\n");
|
|
|
|
if (cma)
|
|
if (cma)
|
|
kvm_free_hpt_cma(page, 1 << (order - PAGE_SHIFT));
|
|
kvm_free_hpt_cma(page, 1 << (order - PAGE_SHIFT));
|
|
else
|
|
else
|