Re: [Xen-devel] [RFC 07/22] xen/arm: p2m: Rework p2m_put_l3_page

2016-08-22 Thread Stefano Stabellini
On Thu, 28 Jul 2016, Julien Grall wrote: > Modify the prototype to directly pass the mfn and the type in > parameters. This will be useful later when we do not have the entry in > hand. > > Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini

[Xen-devel] [RFC 07/22] xen/arm: p2m: Rework p2m_put_l3_page

2016-07-28 Thread Julien Grall
Modify the prototype to directly pass the mfn and the type in parameters. This will be useful later when we do not have the entry in hand. Signed-off-by: Julien Grall --- xen/arch/arm/p2m.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff