]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - arch/x86/xen/smp.h
Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git://git...
[mirror_ubuntu-zesty-kernel.git] / arch / x86 / xen / smp.h
1 #ifndef _XEN_SMP_H
2
3 extern void xen_send_IPI_mask(const struct cpumask *mask,
4 int vector);
5 extern void xen_send_IPI_mask_allbutself(const struct cpumask *mask,
6 int vector);
7 extern void xen_send_IPI_allbutself(int vector);
8 extern void physflat_send_IPI_allbutself(int vector);
9 extern void xen_send_IPI_all(int vector);
10 extern void xen_send_IPI_self(int vector);
11
12 #endif