[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [PATCH] ARCH_HAS_DEV_MEM_MMAP_MEM fix
On 30/11/06 22:36, "Alex Williamson" <alex.williamson@xxxxxx> wrote: > We can't really define our own mmap_mem external from > driver/xen/char/mem.c as long as drivers/char/mem.c is defining a static > version. Patch below solves the problem. Thanks, mmap_mem() in drivers/char/mem.c is still used by mmap_kmem(). We'll get a compile warning if the local static definition of mmap_mem() is removed (plus I think the native mmap_mem is the right one to use for mmap_kmem, at least on x86). Perhaps we should rename the Xen mmap_mem to xen_mmap_mem? -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |