|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] [PATCH] display vmx fault messges
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
|
|
|
|
|