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] display vmx fault messges

To: Tetsu Yamamoto <yamamoto.tetsu@xxxxxxxxxxxxxx>
Subject: Re: [Xen-ia64-devel] [PATCH] display vmx fault messges
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Tue, 20 Jun 2006 12:00:36 +0900
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 19 Jun 2006 20:00:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <44960B58.60001@xxxxxxxxxxxxxx>
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>
References: <44960B58.60001@xxxxxxxxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.1i

On Mon, Jun 19, 2006 at 11:26:32AM +0900, Tetsu Yamamoto wrote:

> diff -r 0d1dab1d9b67 xen/arch/ia64/vmx/vmx_ivt.S
> --- a/xen/arch/ia64/vmx/vmx_ivt.S     Fri Jun 16 10:18:54 2006 -0600
> +++ b/xen/arch/ia64/vmx/vmx_ivt.S     Mon Jun 19 10:41:54 2006 +0900
> @@ -88,11 +88,13 @@
>  
>  #include "vmx_minstate.h"
>  
> +#define MINSTATE_VIRT        /* needed by minstate.h */
> +#include "minstate.h"
>  
>  
>  #define VMX_FAULT(n)    \
>  vmx_fault_##n:;          \
> -    br.sptk vmx_fault_##n;         \
> +    br.sptk.many dispatch_to_fault_handler;         \
>      ;;                  \
>  

I think this macro can be removed by replacing
VMX_FAULT() with br.sptk.many dispatch_to_fault_handler.
This patch is already commited though.

-- 
yamahata

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

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