]> git.ipfire.org Git - thirdparty/kernel/stable.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)
commit83b96794e0ea97ca7e05b15e31d31dac71d3fc2a
tree241fcca885f89d942696cb7a603d039565dd0710
parenta52482d9355e25ab7bb3cb190ffe26364db09b3e
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]