projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb99a4
)
sparc64: Fix non-SMP build.
author
David S. Miller
<davem@davemloft.net>
Thu, 29 Sep 2016 00:40:52 +0000
(20:40 -0400)
committer
David S. Miller
<davem@davemloft.net>
Thu, 29 Sep 2016 00:40:52 +0000
(20:40 -0400)
Need to provide a dummy smp_fill_in_cpu_possible_map.
Fixes: 9b2f753ec237 ("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>
arch/sparc/include/asm/smp_64.h
patch
|
blob
|
history
diff --git
a/arch/sparc/include/asm/smp_64.h
b/arch/sparc/include/asm/smp_64.h
index 87b05751955a7ca3616dc84d83f7b251c80e405d..ce2233f7e662d7f85f5a32ea45339f0eda67e19c 100644
(file)
--- a/
arch/sparc/include/asm/smp_64.h
+++ b/
arch/sparc/include/asm/smp_64.h
@@
-73,6
+73,7
@@
void __cpu_die(unsigned int cpu);
#define smp_fill_in_sib_core_maps() do { } while (0)
#define smp_fetch_global_regs() do { } while (0)
#define smp_fetch_global_pmu() do { } while (0)
+#define smp_fill_in_cpu_possible_map() do { } while (0)
#endif /* !(CONFIG_SMP) */