]> xenbits.xensource.com Git - xen.git/commit
xen/x86: convert pv_guest_cr4_to_real_cr4() to a function
authorJuergen Gross <jgross@suse.com>
Thu, 26 Apr 2018 11:33:16 +0000 (13:33 +0200)
committerWei Liu <wei.liu2@citrix.com>
Fri, 4 May 2018 14:55:06 +0000 (15:55 +0100)
commita5407c1d8c6c0cac96d3e84e7b2b25b18fa2bf4d
tree146b92e24ecf74ef663769e88f42fd969ff4e608
parent065a499f78d5b644fa586e3e66f88949821e4f8c
xen/x86: convert pv_guest_cr4_to_real_cr4() to a function

pv_guest_cr4_to_real_cr4() is becoming more and more complex. Convert
it from a macro to an ordinary function.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/mm.c
xen/include/asm-x86/domain.h