Go to the documentation of this file.
5 #ifndef __ASMARM_SMP_PLAT_H
6 #define __ASMARM_SMP_PLAT_H
8 #include <asm/cputype.h>
13 static inline bool is_smp(
void)
17 #elif defined(CONFIG_SMP_ON_UP)
18 extern unsigned int smp_on_up;
26 static inline int tlb_ops_need_broadcast(
void)
34 #if !defined(CONFIG_SMP) || __LINUX_ARM_ARCH__ >= 7
35 #define cache_ops_need_broadcast() 0
50 #define cpu_logical_map(cpu) __cpu_logical_map[cpu]