]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/xen: rename some PV-only functions in smp_pv.c
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 14 Mar 2017 17:35:56 +0000 (18:35 +0100)
committerJuergen Gross <jgross@suse.com>
Tue, 2 May 2017 09:10:25 +0000 (11:10 +0200)
commit8cb6de390096b2ff337cbcf30c9484dd8cf83029
treeb3ecb80ebb0f7acb5948fcf111978dc4b133b0fe
parent33af746985699001c1122c2d5e9dbece28f18272
x86/xen: rename some PV-only functions in smp_pv.c

After code split between PV and HVM some functions in xen_smp_ops have
xen_pv_ prefix and some only xen_ which makes them look like they're
common for both PV and HVM while they're not. Rename all the rest to
have xen_pv_ prefix.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/xen/smp_pv.c