[S390] Vertical cpu management.
[deliverable/linux.git] / include / asm-s390 / topology.h
index 3b28a09a21084faa39b7029a45148fd9fdb1dbe2..8e97b06f298ac5db164872ea50797fdccd5bc0e6 100644 (file)
@@ -7,6 +7,15 @@
 
 cpumask_t cpu_coregroup_map(unsigned int cpu);
 
+int topology_set_cpu_management(int fc);
+void topology_schedule_update(void);
+
+#define POLARIZATION_UNKNWN    (-1)
+#define POLARIZATION_HRZ       (0)
+#define POLARIZATION_VL                (1)
+#define POLARIZATION_VM                (2)
+#define POLARIZATION_VH                (3)
+
 #ifdef CONFIG_SMP
 void s390_init_cpu_topology(void);
 #else
This page took 0.03925 seconds and 5 git commands to generate.