mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
[linux/fpc-iii.git] / arch / arm / mach-integrator / pci_v3.h
blobcafc7174baab887d5d13de01fe2e9ecc66eeb6eb
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Simple oneliner include to the PCIv3 early init */
3 #ifdef CONFIG_PCI
4 extern int pci_v3_early_init(void);
5 #else
6 static inline int pci_v3_early_init(void)
8 return 0;
10 #endif