>>> On 23.10.17 at 11:05, wrote:
> Make it global in preparation to be called by a new dmop.
>
> Signed-off-by: Ross Lagerwall
>
> ---
> Reviewed-by: Paul Durrant
Misplaced tag.
I'd prefer if the function was made non-static in the patch which
needs it so, but anyway
Acked-by: Jan Beulich
er
> ; Ian Jackson ; Tim
> (Xen.org) ; Ross Lagerwall ; Jan
> Beulich
> Subject: [Xen-devel] [PATCH v2 1/5] xen/mm: Make
> xenmem_add_to_physmap global
>
> Make it global in preparation to be called by a new dmop.
>
> Signed-off-by: Ross Lagerwall
>
> ---
You need
Make it global in preparation to be called by a new dmop.
Signed-off-by: Ross Lagerwall
---
Reviewed-by: Paul Durrant
---
xen/common/memory.c | 5 ++---
xen/include/xen/mm.h | 3 +++
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/xen/common/memory.c b/xen/common/memory.c
index