mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
[linux/fpc-iii.git] / arch / frv / mb93090-mb00 / pci-frv.h
blob41fbb6bae558dc1c1f6236d111efb8ad5edc513a
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Low-Level PCI Access for FRV machines.
5 * (c) 1999 Martin Mares <mj@ucw.cz>
6 */
8 #include <asm/sections.h>
10 #undef DEBUG
12 #ifdef DEBUG
13 #define DBG(x...) printk(x)
14 #else
15 #define DBG(x...)
16 #endif
18 extern unsigned int __nongpreldata pci_probe;
20 /* pci-frv.c */
22 void pcibios_resource_survey(void);
24 /* pci-vdk.c */
26 extern struct pci_ops *__nongpreldata pci_root_ops;
28 /* pci-irq.c */
29 extern unsigned int pcibios_irq_mask;
31 void pcibios_irq_init(void);
32 void pcibios_fixup_irqs(void);
33 void pcibios_enable_irq(struct pci_dev *dev);