Re: [PATCH RESEND] xen/arm: use the __HVC macro

2012-11-05 Thread Dave Martin
On Wed, Oct 24, 2012 at 04:26:08PM +0100, Stefano Stabellini wrote: > Use the new __HVC macro in hypercall.S. > > Signed-off-by: Stefano Stabellini This is correct usage of the __HVC() macro, so Acked-by: Dave Martin > --- > arch/arm/xen/hypercall.S | 14 +- > 1 files changed,

[PATCH RESEND] xen/arm: use the __HVC macro

2012-10-24 Thread Stefano Stabellini
Use the new __HVC macro in hypercall.S. Signed-off-by: Stefano Stabellini --- arch/arm/xen/hypercall.S | 14 +- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/arch/arm/xen/hypercall.S b/arch/arm/xen/hypercall.S index 074f5ed..71f7239 100644 --- a/arch/arm/xen/hyper