Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a0ee92b authored by Russell King's avatar Russell King
Browse files

ARM: pm: proc-v7: fix missing struct processor pointers for suspend code



Add the missing suspend/resume pointers for the suspend code.  This
is needed when building for multiple CPUs.

Tested-by: default avatarKevin Hilman <khilman@ti.com>
Acked-by: default avatarJean Pihet <j-pihet@ti.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 082763a8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -418,9 +418,9 @@ ENTRY(v7_processor_functions)
	.word	cpu_v7_dcache_clean_area
	.word	cpu_v7_switch_mm
	.word	cpu_v7_set_pte_ext
	.word	0
	.word	0
	.word	0
	.word	cpu_v7_suspend_size
	.word	cpu_v7_do_suspend
	.word	cpu_v7_do_resume
	.size	v7_processor_functions, . - v7_processor_functions

	.section ".rodata"