repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-integrator
/
pci_v3.h
blob
cafc7174baab887d5d13de01fe2e9ecc66eeb6eb
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
)
7
{
8
return
0
;
9
}
10
#endif