X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fipi.h;h=2a5c162b7d925c1fc5ba7b1db1cbf6a8fe2f933a;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=be4bc7638c81029c5f6cd9f3f346f68b192c280f;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/asm-x86_64/ipi.h b/include/asm-x86_64/ipi.h index be4bc7638..2a5c162b7 100644 --- a/include/asm-x86_64/ipi.h +++ b/include/asm-x86_64/ipi.h @@ -49,7 +49,6 @@ static inline int __prepare_ICR2 (unsigned int mask) return SET_APIC_DEST_FIELD(mask); } -#ifndef CONFIG_XEN_UNPRIVILEGED_GUEST static inline void __send_IPI_shortcut(unsigned int shortcut, int vector, unsigned int dest) { /* @@ -114,6 +113,5 @@ static inline void send_IPI_mask_sequence(cpumask_t mask, int vector) } local_irq_restore(flags); } -#endif /* CONFIG_XEN_UNPRIVILEGED_GUEST */ #endif /* __ASM_IPI_H */