On 22/03/2023 9:38 am, Jan Beulich wrote: > sh_update_paging_modes() as its last action already invokes > sh_update_cr3(). Therefore there is no reason to invoke update_cr3() > another time immediately after calling paging_update_paging_modes(), > the more that sh_update_cr3() does not short-circuit the "nothing > changed" case.
I've finally figured out why "more than" feels like weird grammar. In this case, "especially as sh_update_cr3() does not..." would be the more normal expression. > Signed-off-by: Jan Beulich <jbeul...@suse.com> Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>