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, 3 insertions, 0 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index 2bbd948f0169..e4e54e86f4a2 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -4384,7 +4384,10 @@ EXPORT_SYMBOL(cpu_present_map);
4384 4384
4385#ifndef CONFIG_SMP 4385#ifndef CONFIG_SMP
4386cpumask_t cpu_online_map __read_mostly = CPU_MASK_ALL; 4386cpumask_t cpu_online_map __read_mostly = CPU_MASK_ALL;
4387EXPORT_SYMBOL(cpu_online_map);
4388
4387cpumask_t cpu_possible_map __read_mostly = CPU_MASK_ALL; 4389cpumask_t cpu_possible_map __read_mostly = CPU_MASK_ALL;
4390EXPORT_SYMBOL(cpu_possible_map);
4388#endif 4391#endif
4389 4392
4390long sched_getaffinity(pid_t pid, cpumask_t *mask) 4393long sched_getaffinity(pid_t pid, cpumask_t *mask)