summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/sysinfo.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2015-12-28 13:20:43 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2015-12-30 10:34:57 +0100
commit9236b4dd6bfabefcf2063544083a66cd5f3a738d (patch)
tree5623aaea56e8a5ed1d68ebe1f04c0dec6db4a40d /arch/s390/kernel/sysinfo.c
parentc095a94932ceee19fe36942aa49df7276f9e30b5 (diff)
downloadop-kernel-dev-9236b4dd6bfabefcf2063544083a66cd5f3a738d.zip
op-kernel-dev-9236b4dd6bfabefcf2063544083a66cd5f3a738d.tar.gz
s390: get rid of CONFIG_SCHED_MC and CONFIG_SCHED_BOOK
Use CONFIG_TOPOLOGY which selects CONFIG_SCHED_* all over the place to reduce the random usage of the previous config options. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/sysinfo.c')
-rw-r--r--arch/s390/kernel/sysinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/sysinfo.c b/arch/s390/kernel/sysinfo.c
index efacda2f..0512f94 100644
--- a/arch/s390/kernel/sysinfo.c
+++ b/arch/s390/kernel/sysinfo.c
@@ -122,7 +122,7 @@ static void stsi_15_1_x(struct seq_file *m, struct sysinfo_15_1_x *info)
for (i = 0; i < TOPOLOGY_NR_MAG; i++)
seq_printf(m, " %d", info->mag[i]);
seq_putc(m, '\n');
-#ifdef CONFIG_SCHED_MC
+#ifdef CONFIG_SCHED_TOPOLOGY
store_topology(info);
seq_printf(m, "CPU Topology SW: ");
for (i = 0; i < TOPOLOGY_NR_MAG; i++)
OpenPOWER on IntegriCloud