diff options
Diffstat (limited to 'arch/sh/kernel/smp.c')
-rw-r--r-- | arch/sh/kernel/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/smp.c b/arch/sh/kernel/smp.c index 6c0fb7c4af11..dbebaddcfe39 100644 --- a/arch/sh/kernel/smp.c +++ b/arch/sh/kernel/smp.c | |||
@@ -42,6 +42,7 @@ cpumask_t cpu_possible_map; | |||
42 | EXPORT_SYMBOL(cpu_possible_map); | 42 | EXPORT_SYMBOL(cpu_possible_map); |
43 | 43 | ||
44 | cpumask_t cpu_online_map; | 44 | cpumask_t cpu_online_map; |
45 | EXPORT_SYMBOL(cpu_online_map); | ||
45 | static atomic_t cpus_booted = ATOMIC_INIT(0); | 46 | static atomic_t cpus_booted = ATOMIC_INIT(0); |
46 | 47 | ||
47 | /* These are defined by the board-specific code. */ | 48 | /* These are defined by the board-specific code. */ |