|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] [PATCH] unify vtlb and vhpt
On Thu, 2008-02-28 at 17:17 +0900, Kouya Shimura wrote:
> @@ -82,7 +68,6 @@ int init_domain_tlb(struct vcpu *v)
> if (rc)
> return rc;
>
> - rc = thash_alloc(&(v->arch.vtlb), default_vtlb_sz, "vtlb");
> if (rc) {
> free_domain_vhpt(v);
> return rc;
The following 'if (rc)' block should be removed here too. Thanks,
Alex
--
Alex Williamson HP Open Source & Linux Org.
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|