WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

Re: [Xen-ia64-devel][PATCH 4/4] boot windows server 2003:

To: "Xu, Anthony" <anthony.xu@xxxxxxxxx>
Subject: Re: [Xen-ia64-devel][PATCH 4/4] boot windows server 2003:
From: Alex Williamson <alex.williamson@xxxxxx>
Date: Mon, 31 Jul 2006 12:20:15 -0600
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 31 Jul 2006 11:20:52 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <01913ADC4FF97E40AE0E2B001574AEE1344DB8@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: OSLO R&D
References: <01913ADC4FF97E40AE0E2B001574AEE1344DB8@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Anthony,

On Fri, 2006-07-28 at 14:55 +0800, Xu, Anthony wrote:
> --- a/xen/arch/ia64/vmx/vtlb.c  Thu Jul 27 10:43:34 2006 -0600
> +++ b/xen/arch/ia64/vmx/vtlb.c  Fri Jul 28 11:08:02 2006 +0800
> @@ -120,14 +120,17 @@ thash_data_t *__vtr_lookup(VCPU *vcpu, u
>  }
>  
>  
> -static void thash_recycle_cch(thash_cb_t *hcb, thash_data_t *hash)
> +void thash_recycle_cch(thash_cb_t *hcb, thash_data_t *hash)
>  {
>      thash_data_t *p, *q;
>      int i=0;
>      
>      p=hash;
>      for(i=0; i < MAX_CCN_DEPTH; i++){
> -        p=p->next;
> +        if(p->next)
> +           p=p->next;
> +        else
> +           while(10); 
              ^^^^^^^^^^  ???

-- 
Alex Williamson                             HP Open Source & Linux Org.


_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>