Commit b713f27e authored by Marco Crivellari's avatar Marco Crivellari Committed by Thomas Bogendoerfer
Browse files

MIPS: Move r4k_wait() to .cpuidle.text section



Fix missing .cpuidle.text section assignment for r4k_wait() to correct
backtracing with nmi_backtrace().

Fixes: 97c8580e ("MIPS: Annotate cpu_wait implementations with __cpuidle")
Signed-off-by: default avatarMarco Crivellari <marco.crivellari@suse.com>
Signed-off-by: default avatarMaciej W. Rozycki <macro@orcam.me.uk>
Acked-by: default avatarFrederic Weisbecker <frederic@kernel.org>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 56651128
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@ handle_vcei:

	__FINIT

	.section .cpuidle.text,"ax"
	/* Align to 32 bytes for the maximum idle interrupt region size. */
	.align	5
LEAF(r4k_wait)