[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT PATCH] mm.c: Rename function call to _arch_rebuild_p2m
Signed-off-by: Radu Nicolau <radunicolau102@xxxxxxxxx> --- plat/xen/x86/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/xen/x86/mm.c b/plat/xen/x86/mm.c index 249b792..e006ab7 100644 --- a/plat/xen/x86/mm.c +++ b/plat/xen/x86/mm.c @@ -743,7 +743,7 @@ void arch_mm_pre_suspend(void) void arch_mm_post_suspend(int canceled) { if (!canceled) - arch_rebuild_p2m(); + _arch_rebuild_p2m(); } #endif #endif /* CONFIG_XEN_PV_BUILD_P2M */ -- 2.7.4
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |