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-iop13xx
/
msi.h
blob
766dcfaaa353b109a294841e2c9ced40d63f34a0
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
)
8
{
9
return
;
10
}
11
#endif
12
#endif