[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86/mm: free_page_type() is PV-only
On Fri, May 10, 2019 at 08:12:51AM -0600, Jan Beulich wrote: > While it already has a CONFIG_PV wrapped around its entire body, it is > still uselessly invoking mfn_to_gmfn(), which is about to be replaced. > Avoid morphing this code into even more suspicious shape and remove the > effectively dead code - translated mode has been made impossible for PV > quite some time ago. > > Adjust and extend the assertions at the same time: The original > ASSERT(!shadow_mode_refcounts(owner)) really means > ASSERT(!shadow_mode_enabled(owner) || !paging_mode_refcounts(owner)), > which isn't what we want here. > > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Reviewed-by: Wei Liu <wei.liu2@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |