dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/ia64/include/asm/xen
Stefano Stabellini 256f631f1f xen/arm: Introduce xen_ulong_t for unsigned long
All the original Xen headers have xen_ulong_t as unsigned long type, however
when they have been imported in Linux, xen_ulong_t has been replaced with
unsigned long. That might work for x86 and ia64 but it does not for arm.
Bring back xen_ulong_t and let each architecture define xen_ulong_t as they
see fit.

Also explicitly size pointers (__DEFINE_GUEST_HANDLE) to 64 bit.


Changes in v3:

- remove the incorrect changes to multicall_entry;
- remove the change to apic_physbase.


Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2012-09-14 13:34:43 +00:00
..
events.h xen: Remove unnecessary arch specific xen irq functions. 2010-02-18 17:17:58 -08:00
hypercall.h xen: ia64 build broken due to "xen: switch to new schedop hypercall by default." 2011-03-01 18:10:54 -05:00
hypervisor.h ia64/xen: compilation fix 2009-11-06 15:04:55 -08:00
inst.h ia64/pv_ops/xen/gate.S: xen gate page paravirtualization 2009-03-26 11:01:55 -07:00
interface.h xen/arm: Introduce xen_ulong_t for unsigned long 2012-09-14 13:34:43 +00:00
irq.h ia64/pv_ops/xen: define the nubmer of irqs which xen needs. 2008-10-17 10:06:59 -07:00
minstate.h ia64/pv_ops/xen: paravirtualize read/write ar.itc and ar.itm 2009-03-26 10:50:32 -07:00
page.h ia64/xen: define helper functions for xen related address conversion. 2008-10-17 09:57:57 -07:00
patchlist.h ia64/pv_ops/xen: define xen specific gate page. 2009-03-26 10:51:12 -07:00
privop.h ia64: remove some warnings. 2009-03-27 11:11:04 -07:00
xcom_hcall.h ia64/xen: xencomm conversion functions for hypercalls 2008-10-17 10:00:19 -07:00
xencomm.h ia64/xen: xencomm conversion functions for hypercalls 2008-10-17 10:00:19 -07:00