]> git.baikalelectronics.ru Git - kernel.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)
commit801e71fdcf97e0a603ed6d26ed6a1d32259d2509
treeb3ecb80ebb0f7acb5948fcf111978dc4b133b0fe
parent0f196bdf47119387c62f050f70a6e44adf906b57
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