From: Russell King Date: Thu, 23 Jun 2011 21:00:20 +0000 (+0100) Subject: ARM: pm: proc-v7: fix missing struct processor pointers for suspend code X-Git-Tag: v3.12-rc1~5508^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a0ee92b4a510bc2dd026333f90031e883e0cde0;p=kernel%2Fkernel-generic.git 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: Kevin Hilman Acked-by: Jean Pihet Signed-off-by: Russell King --- diff --git a/arch/arm/mm/proc-v7.S b/arch/arm/mm/proc-v7.S index 3c38678..e27c011 100644 --- a/arch/arm/mm/proc-v7.S +++ b/arch/arm/mm/proc-v7.S @@ -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"