aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/netlogic/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/netlogic/common.h')
-rw-r--r--arch/mips/include/asm/netlogic/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/netlogic/common.h b/arch/mips/include/asm/netlogic/common.h
index aef560a51a7e..70351b95ef88 100644
--- a/arch/mips/include/asm/netlogic/common.h
+++ b/arch/mips/include/asm/netlogic/common.h
@@ -76,6 +76,9 @@ void nlm_node_init(int node);
76extern struct plat_smp_ops nlm_smp_ops; 76extern struct plat_smp_ops nlm_smp_ops;
77extern char nlm_reset_entry[], nlm_reset_entry_end[]; 77extern char nlm_reset_entry[], nlm_reset_entry_end[];
78 78
79/* SWIOTLB */
80extern struct dma_map_ops nlm_swiotlb_dma_ops;
81
79extern unsigned int nlm_threads_per_core; 82extern unsigned int nlm_threads_per_core;
80extern cpumask_t nlm_cpumask; 83extern cpumask_t nlm_cpumask;
81 84