On 28.07.2021 12:27, Penny Zheng wrote: > In order to deal with the trouble of count-to-order conversion when page > number > is not in a power-of-two, this commit re-define assign_pages for nr pages and > assign_page for original page with a single order. > > Backporting confusion could be helped by altering the order of assign_page > parameters, such that the compiler would point out that adjustments at call > sites are needed. > > Signed-off-by: Penny Zheng <penny.zh...@arm.com>
Largely to indicate my main concerns were addressed, yet not so much to indicate I'm actually happy with the introduction of the 2nd function: Acked-by: Jan Beulich <jbeul...@suse.com> Jan