]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-s390/topology.h
[S390] cpu topology support for s390.
[linux-2.6-omap-h63xx.git] / include / asm-s390 / topology.h
1 #ifndef _ASM_S390_TOPOLOGY_H
2 #define _ASM_S390_TOPOLOGY_H
3
4 #include <linux/cpumask.h>
5
6 #define mc_capable()    (1)
7
8 cpumask_t cpu_coregroup_map(unsigned int cpu);
9
10 #ifdef CONFIG_SMP
11 void s390_init_cpu_topology(void);
12 #else
13 static inline void s390_init_cpu_topology(void)
14 {
15 };
16 #endif
17
18 #include <asm-generic/topology.h>
19
20 #endif /* _ASM_S390_TOPOLOGY_H */