mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
[linux/fpc-iii.git] / arch / arm / mach-iop13xx / msi.h
blob766dcfaaa353b109a294841e2c9ced40d63f34a0
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _IOP13XX_MSI_H_
3 #define _IOP13XX_MSI_H_
4 #ifdef CONFIG_PCI_MSI
5 void iop13xx_msi_init(void);
6 #else
7 static inline void iop13xx_msi_init(void)
9 return;
11 #endif
12 #endif