|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: vm_map_xen_pages removal breaks modular oprofile
On 1/9/06 2:41 pm, "Herbert Xu" <herbert@xxxxxxxxxxxxxxxxxxx> wrote:
> It has been brought to my attention that modular oprofile is broken
> because it now calls get_vm_area which is not an exported function.
>
> This appears to be the result of the changeset that removed
> vm_map_xen_pages which was only used by oprofile.
>
> So we either need to export get_vm_area in Xen, or put that
> function back. What do you think about this?
Oops. It should use alloc_vm_area(), which we do export.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|