]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen: implement apic ipi interface
authorBen Guthro <ben@guthro.net>
Fri, 20 Apr 2012 16:11:04 +0000 (00:11 +0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 26 Apr 2012 21:00:05 +0000 (17:00 -0400)
commit617bd49260f66c93f43029c3af2262cf3f4571ff
tree2c8e7c6b763c8733bc6af5002bb144a17d106acb
parentf090e945b2833075f2d113d626af330394fd06f7
xen: implement apic ipi interface

Map native ipi vector to xen vector.
Implement apic ipi interface with xen_send_IPI_one.

Tested-by: Steven Noonan <steven@uplinklabs.net>
Signed-off-by: Ben Guthro <ben@guthro.net>
Signed-off-by: Lin Ming <mlin@ss.pku.edu.cn>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/enlighten.c
arch/x86/xen/smp.c
arch/x86/xen/smp.h [new file with mode: 0644]