diff options
Diffstat (limited to 'include/asm-s390/topology.h')
-rw-r--r-- | include/asm-s390/topology.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-s390/topology.h b/include/asm-s390/topology.h index 3b28a09a2108..8e97b06f298a 100644 --- a/include/asm-s390/topology.h +++ b/include/asm-s390/topology.h | |||
@@ -7,6 +7,15 @@ | |||
7 | 7 | ||
8 | cpumask_t cpu_coregroup_map(unsigned int cpu); | 8 | cpumask_t cpu_coregroup_map(unsigned int cpu); |
9 | 9 | ||
10 | int topology_set_cpu_management(int fc); | ||
11 | void topology_schedule_update(void); | ||
12 | |||
13 | #define POLARIZATION_UNKNWN (-1) | ||
14 | #define POLARIZATION_HRZ (0) | ||
15 | #define POLARIZATION_VL (1) | ||
16 | #define POLARIZATION_VM (2) | ||
17 | #define POLARIZATION_VH (3) | ||
18 | |||
10 | #ifdef CONFIG_SMP | 19 | #ifdef CONFIG_SMP |
11 | void s390_init_cpu_topology(void); | 20 | void s390_init_cpu_topology(void); |
12 | #else | 21 | #else |