Re: [patch 16/26] Xen-paravirt_ops: Allocate and free vmalloc areas

From: Jeremy Fitzhardinge
Date: Fri Mar 16 2007 - 13:06:09 EST


Ingo Molnar wrote:
>> +struct vm_struct *alloc_vm_area(unsigned long size)
>>
>
> this should go into mm/vmalloc.c.

The trouble is that it calls the arch-dependent vmalloc_sync_all(),
which is important for Xen's use of this function. And without that
it's just a pointless wrapper around get_vm_area.

J
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/