Skip to content

Commit 2a0100d

Browse files
committed
sparc64: Fix non-SMP build.
Need to provide a dummy smp_fill_in_cpu_possible_map. Fixes: 9b2f753 ("sparc64: Fix cpu_possible_mask if nr_cpus is set") Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent ebb99a4 commit 2a0100d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/sparc/include/asm/smp_64.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ void __cpu_die(unsigned int cpu);
7373
#define smp_fill_in_sib_core_maps() do { } while (0)
7474
#define smp_fetch_global_regs() do { } while (0)
7575
#define smp_fetch_global_pmu() do { } while (0)
76+
#define smp_fill_in_cpu_possible_map() do { } while (0)
7677

7778
#endif /* !(CONFIG_SMP) */
7879

0 commit comments

Comments
 (0)