[S390] cpu topology support for s390.
[deliverable/linux.git] / include / asm-s390 / topology.h
CommitLineData
1da177e4
LT
1#ifndef _ASM_S390_TOPOLOGY_H
2#define _ASM_S390_TOPOLOGY_H
3
dbd70fb4
HC
4#include <linux/cpumask.h>
5
6#define mc_capable() (1)
7
8cpumask_t cpu_coregroup_map(unsigned int cpu);
9
10#ifdef CONFIG_SMP
11void s390_init_cpu_topology(void);
12#else
13static inline void s390_init_cpu_topology(void)
14{
15};
16#endif
17
1da177e4
LT
18#include <asm-generic/topology.h>
19
20#endif /* _ASM_S390_TOPOLOGY_H */
This page took 0.296493 seconds and 5 git commands to generate.