page-alloc: further adjust assign_page{,s}()
authorJan Beulich <jbeulich@suse.com>
Mon, 20 Sep 2021 08:23:08 +0000 (10:23 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 20 Sep 2021 08:23:08 +0000 (10:23 +0200)
commitda2c65815c062fd012b7b77eee76be0905eb29f6
tree4fc21bf536a558ebdfb82ba182458ec03e117bf7
parent437e88417bdea0d5cd012fe9d69a3e0f8a0c13e8
page-alloc: further adjust assign_page{,s}()

The on-commit editing of 5260e8fb93f0 ("xen: re-define assign_pages and
introduce a new function assign_page") didn't go quite far enough: A
local variable and a function argument also would have wanted adjusting.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/common/page_alloc.c