]> xenbits.xensource.com Git - xen.git/commit
x86/PV: account for 32-bit Dom0 in mark_pv_pt_pages_rdonly()'s ASSERT()s
authorJan Beulich <jbeulich@suse.com>
Fri, 20 Aug 2021 10:28:07 +0000 (12:28 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 20 Aug 2021 10:28:07 +0000 (12:28 +0200)
commit9ee27aa7a2bab460769a6621895898ba3a7fb445
tree097bee674a3c674df40bdcf339c20cd2a891f259
parent1787cc167906f3fef547affb443a64762392c464
x86/PV: account for 32-bit Dom0 in mark_pv_pt_pages_rdonly()'s ASSERT()s

Clearly I neglected the special needs here, and also failed to test the
change with a debug build of Xen.

Fixes: 6b1ca51b1a91 ("x86/PV: assert page state in mark_pv_pt_pages_rdonly()")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/pv/dom0_build.c