[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] remove getmeminfo.nr_pages trick from xencomm
# HG changeset patch # User awilliam@xxxxxxxxxxx # Node ID 4786a0b3d6c5f1e1801a9647289580481bdec459 # Parent 49bf2381e009f00777cb85d0797eb5fbe6f74f15 [IA64] remove getmeminfo.nr_pages trick from xencomm getmeminfo nr_page trick is not anymore necessary. Signed-off-by: Tristan Gingold <tristan.gingold@xxxxxxxx> --- linux-2.6-xen-sparse/arch/ia64/xen/xcom_privcmd.c | 5 +---- 1 files changed, 1 insertion(+), 4 deletions(-) diff -r 49bf2381e009 -r 4786a0b3d6c5 linux-2.6-xen-sparse/arch/ia64/xen/xcom_privcmd.c --- a/linux-2.6-xen-sparse/arch/ia64/xen/xcom_privcmd.c Wed Oct 04 22:11:50 2006 -0600 +++ b/linux-2.6-xen-sparse/arch/ia64/xen/xcom_privcmd.c Wed Oct 04 22:12:01 2006 -0600 @@ -192,10 +192,7 @@ xencomm_privcmd_domctl(privcmd_hypercall case XEN_DOMCTL_getmemlist: { unsigned long nr_pages = kern_op.u.getmemlist.max_pfns; -#ifdef __ia64__ - /* FIXME: Xen/ia64 pass first_page and nr_pages in max_pfns! */ - nr_pages &= 0xffffffff; -#endif + ret = xencomm_create( xen_guest_handle(kern_op.u.getmemlist.buffer), nr_pages * sizeof(unsigned long), _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |