Re: [Xen-devel] [PATCH] xen: use same main loop for counting and remapping pages

From: David Vrabel
Date: Tue May 24 2016 - 07:47:28 EST


On 18/05/16 15:44, Juergen Gross wrote:
> Instead of having two functions for cycling through the E820 map in
> order to count to be remapped pages and remap them later, just use one
> function with a caller supplied sub-function called for each region to
> be processed. This eliminates the possibility of a mismatch between
> both loops which showed up in certain configurations.

Applied to for-linus-4.7, thanks.

David