]> 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)
commitdc100a193e4d5d70f8f97edfc57cd3800f093f31
tree241fcca885f89d942696cb7a603d039565dd0710
parent2ed9ab9937dfe36293aa44a3a0dfcd5ef7fc526e
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]