aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/coherency.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mvebu/coherency.h')
-rw-r--r--arch/arm/mach-mvebu/coherency.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-mvebu/coherency.h b/arch/arm/mach-mvebu/coherency.h
index 2f428137f6f..54cb7607b52 100644
--- a/arch/arm/mach-mvebu/coherency.h
+++ b/arch/arm/mach-mvebu/coherency.h
@@ -14,11 +14,10 @@
#ifndef __MACH_370_XP_COHERENCY_H
#define __MACH_370_XP_COHERENCY_H
-#ifdef CONFIG_SMP
-int coherency_get_cpu_count(void);
-#endif
+extern unsigned long coherency_phys_base;
+int set_cpu_coherent(void);
-int set_cpu_coherent(int cpu_id, int smp_group_id);
int coherency_init(void);
+int coherency_available(void);
#endif /* __MACH_370_XP_COHERENCY_H */