[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] was Re: [Xen-devel] [2/3] [LINUX] gnttab: Add basic DMA tracking
On Tue, May 29, 2007 at 02:55:28PM +1000, Herbert Xu wrote: > +int gnttab_copy_grant_page(grant_ref_t ref, struct page **pagep) > +{ ... > + paddr_t pfn; > + maddr_t mfn; > + maddr_t new_mfn; The type of page frame number is unsigned long. Especially paddr_t isn't defined in ia64 so that it causes compilation error. -- yamahata Attachment:
15202_1c4aac883f56_use_unsigned_long_instead_of_maddr_t_or_paddr_t.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |