]> git.baikalelectronics.ru Git - kernel.git/commit
x86/xen: split off smp_pv.c
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 14 Mar 2017 17:35:46 +0000 (18:35 +0100)
committerJuergen Gross <jgross@suse.com>
Tue, 2 May 2017 09:05:00 +0000 (11:05 +0200)
commit330eff6cbee2c0c13ed06253383bb6d6181bd11d
tree241fcca885f89d942696cb7a603d039565dd0710
parentc702db5abb4813e20cf2a37818b2ed001e9a6692
x86/xen: split off smp_pv.c

Basically, smp.c is renamed to smp_pv.c and some code moved out to common
smp.c. struct xen_common_irq delcaration ended up in smp.h.

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/Makefile
arch/x86/xen/smp.c
arch/x86/xen/smp.h
arch/x86/xen/smp_pv.c [new file with mode: 0644]