diff options
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 7fefd8ab8b58..10b7bedfa35a 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -5680,7 +5680,7 @@ static int __init isolated_cpu_setup(char *str) | |||
5680 | return 1; | 5680 | return 1; |
5681 | } | 5681 | } |
5682 | 5682 | ||
5683 | __setup ("isolcpus=", isolated_cpu_setup); | 5683 | __setup("isolcpus=", isolated_cpu_setup); |
5684 | 5684 | ||
5685 | /* | 5685 | /* |
5686 | * init_sched_build_groups takes the cpumask we wish to span, and a pointer | 5686 | * init_sched_build_groups takes the cpumask we wish to span, and a pointer |