[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH linux v2] arm: xen: implement multicall hypercall support.
On 07/04/14 13:48, Ian Campbell wrote: > --- a/arch/x86/include/asm/xen/interface.h > +++ b/arch/x86/include/asm/xen/interface.h > @@ -54,6 +54,9 @@ typedef unsigned long xen_pfn_t; > #define PRI_xen_pfn "lx" > typedef unsigned long xen_ulong_t; > #define PRI_xen_ulong "lx" > +typedef long xen_long_t; > +#define PRI_xen_long "lx" Do you really want signed values to be printed as unsigned? David _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |