diff mbox series

[BUG,non-patch] Octeon kexec ftbfs and unusable

Message ID 20190108061938.8106-1-syq@debian.org (mailing list archive)
State Not Applicable
Delegated to: Paul Burton
Headers show
Series [BUG,non-patch] Octeon kexec ftbfs and unusable | expand

Commit Message

YunQiang Su Jan. 8, 2019, 6:19 a.m. UTC
The kernel for Octeon fails to build with kexec enabled, and
the bellow patch makes it buildable.

While in fact the kexec for octeon is not usable at all.
It will hang after:
   Checking for the daddiu bug... no.

I tried to delete the bellow line or replace it with
   kexec_nonboot_cpu_jump();

The 4.19, and even 4.9 without ftbfs also hangs at the same place.
---
 arch/mips/cavium-octeon/setup.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c
index 2c79ab529..876f2f27e 100644
--- a/arch/mips/cavium-octeon/setup.c
+++ b/arch/mips/cavium-octeon/setup.c
@@ -98,7 +98,6 @@  static void octeon_kexec_smp_down(void *ignored)
 	"	sync						\n"
 	"	synci	($0)					\n");
 
-	relocated_kexec_smp_wait(NULL);
 }
 #endif