Re: [Xen-devel] [PATCH 13/22] xen/arm: p2m: Introduce p2m_{read, write}_{, un}lock helpers

2016-07-26 Thread Stefano Stabellini
On Wed, 20 Jul 2016, Julien Grall wrote: > Some functions in the p2m code do not require to modify the P2M code. > Document it by introducing separate helpers to lock the p2m. > > This patch does not change the lock. This will be done in a subsequent > patch. > > Signed-off-by: Julien Grall

[Xen-devel] [PATCH 13/22] xen/arm: p2m: Introduce p2m_{read, write}_{, un}lock helpers

2016-07-20 Thread Julien Grall
Some functions in the p2m code do not require to modify the P2M code. Document it by introducing separate helpers to lock the p2m. This patch does not change the lock. This will be done in a subsequent patch. Signed-off-by: Julien Grall --- xen/arch/arm/p2m.c | 49