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
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
mips
/
sibyte
/
common
/
dma.c
blob
eb47a94f3583edfa47fb17a3090ad89065c5fa7f
1
// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* DMA support for Broadcom SiByte platforms.
4
*
5
* Copyright (c) 2018 Maciej W. Rozycki
6
*/
7
8
#include <linux/swiotlb.h>
9
#include <asm/bootinfo.h>
10
11
void
__init
plat_swiotlb_setup
(
void
)
12
{
13
swiotlb_init
(
1
);
14
}