]> xenbits.xensource.com Git - xen.git/commit
x86: correct assertion in destroy_perdomain_mapping()
authorJan Beulich <jbeulich@suse.com>
Mon, 23 Apr 2018 14:12:01 +0000 (16:12 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 23 Apr 2018 14:12:01 +0000 (16:12 +0200)
commitf26441439e5bacff948b172cb4d2da3ad8ec7ebd
tree693f2ce7a77e967dd63c57d27e1419f6aa8cbd15
parentdf1ca1dfe20f476b9ab461efc59304a7bf1af9b2
x86: correct assertion in destroy_perdomain_mapping()

hvm_domain_initialise() may call this with nr being zero, which triggers
the "does not cross L3 boundary" check.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
xen/arch/x86/mm.c