aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched.c')
-rw-r--r--kernel/sched.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index 75a005ed4eda..c83f531c2886 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -6740,8 +6740,6 @@ SYSDEV_ATTR(sched_smt_power_savings, 0644, sched_smt_power_savings_show,
6740 sched_smt_power_savings_store); 6740 sched_smt_power_savings_store);
6741#endif 6741#endif
6742 6742
6743
6744#ifdef CONFIG_HOTPLUG_CPU
6745/* 6743/*
6746 * Force a reinitialization of the sched domains hierarchy. The domains 6744 * Force a reinitialization of the sched domains hierarchy. The domains
6747 * and groups cannot be updated in place without racing with the balancing 6745 * and groups cannot be updated in place without racing with the balancing
@@ -6774,7 +6772,6 @@ static int update_sched_domains(struct notifier_block *nfb,
6774 6772
6775 return NOTIFY_OK; 6773 return NOTIFY_OK;
6776} 6774}
6777#endif
6778 6775
6779void __init sched_init_smp(void) 6776void __init sched_init_smp(void)
6780{ 6777{