[Xen-devel] [for-4.8][PATCH v2 18/23] xen/arm: p2m: Re-implement relinquish_p2m_mapping using p2m_{get, set}_entry

2016-09-15 Thread Julien Grall
The function relinquish_p2m_mapping can be re-implemented using p2m_{get,set}_entry by iterating over the range mapped and using the mapping order given by the callee. Given that the preemption was chosen arbitrarily, it is now done on every 512 iterations. Meaning that Xen may check more often if

Re: [Xen-devel] [for-4.8][PATCH v2 18/23] xen/arm: p2m: Re-implement relinquish_p2m_mapping using p2m_{get, set}_entry

2016-09-19 Thread Stefano Stabellini
On Thu, 15 Sep 2016, Julien Grall wrote: > The function relinquish_p2m_mapping can be re-implemented using > p2m_{get,set}_entry by iterating over the range mapped and using the > mapping order given by the callee. > > Given that the preemption was chosen arbitrarily, it is now done on every > 512