Skip to content

Commit d355a08

Browse files
Greg Ungerergeertu
authored andcommitted
m68k: Allow kexec on M68KCLASSIC with MMU enabled only
None of the no-MMU CPU types (classic or ColdFire) or ColdFire with MMU enabled have support for kexec yet, so the configuration as it stands is not quite right, and it will fail to compile on them. Make CONFIG_KEXEC depend on both CONFIG_M68KCLASSIC and CONFIG_MMU. Signed-off-by: Greg Ungerer <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent c01b5a3 commit d355a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/m68k/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ config MMU_SUN3
8787

8888
config KEXEC
8989
bool "kexec system call"
90-
depends on M68KCLASSIC
90+
depends on M68KCLASSIC && MMU
9191
select KEXEC_CORE
9292
help
9393
kexec is a system call that implements the ability to shutdown your

0 commit comments

Comments
 (0)