linux-stable/arch
Greg Ungerer 656d3c82e3 m68knommu: fix undefined reference to `_init_sp'
[ Upstream commit a71b9e66fe ]

When configuring a nommu classic m68k system enabling the uboot parameter
passing support (CONFIG_UBOOT) will produce the following compile error:

   m68k-linux-ld: arch/m68k/kernel/uboot.o: in function `process_uboot_commandline':
   uboot.c:(.init.text+0x32): undefined reference to `_init_sp'

The logic to support this option is only used on ColdFire based platforms
(in its head.S startup code). So make the selection of this option
depend on building for a ColdFire based platform.

Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-06-14 16:52:38 +02:00
..
alpha alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile 2021-10-06 10:23:40 +02:00
arc ARC: entry: fix syscall_trace_exit argument 2022-04-27 13:14:11 +02:00
arm ARM: hisi: Add missing of_node_put after of_find_compatible_node 2022-06-14 16:52:30 +02:00
arm64 arm64: module: remove (NOLOAD) from linker script 2022-04-20 09:06:44 +02:00
avr32
blackfin
c6x
cris
frv
h8300 h8300: fix PREEMPTION build, TI_PRE_COUNT undefined 2021-02-23 13:59:16 +01:00
hexagon hexagon: export raw I/O routines for modules 2021-11-26 11:48:42 +01:00
ia64 hugetlbfs: flush TLBs correctly after huge_pmd_unshare 2021-12-08 08:45:03 +01:00
m32r
m68k m68knommu: fix undefined reference to `_init_sp' 2022-06-14 16:52:38 +02:00
metag
microblaze microblaze: Prevent the overflow of the start 2020-02-28 15:42:42 +01:00
mips MIPS: IP27: Remove incorrect `cpu_has_fpu' override 2022-06-14 16:52:36 +02:00
mn10300
nios2 nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST 2021-11-02 17:39:23 +01:00
openrisc openrisc: start CPU timer early in boot 2022-06-14 16:52:29 +02:00
parisc parisc: Merge model and model name into one line in /proc/cpuinfo 2022-05-12 12:14:56 +02:00
powerpc powerpc/4xx/cpm: Fix return value of __setup() handler 2022-06-14 16:52:33 +02:00
s390 s390/hypfs: include z/VM guests with access control group set 2022-02-08 18:15:26 +01:00
score
sh gup: document and work around "COW can break either way" issue 2022-01-27 08:47:42 +01:00
sparc gup: document and work around "COW can break either way" issue 2022-01-27 08:47:42 +01:00
tile locking/x86: Remove the unused atomic_inc_short() methd 2020-01-12 11:24:19 +01:00
um um: chan_user: Fix winch_tramp() return value 2022-06-14 16:52:35 +02:00
unicore32
x86 um: Fix out-of-bounds read in LDT setup 2022-06-14 16:52:35 +02:00
xtensa ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP 2022-06-14 16:52:28 +02:00
.gitignore
Kconfig