diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-06-23 17:00:20 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-06-24 03:47:01 -0400 |
commit | 7a0ee92b4a510bc2dd026333f90031e883e0cde0 (patch) | |
tree | c0d0f3437e5452fb863f2998ef8ae118359be854 /arch/arm/mm/proc-v7.S | |
parent | 082763a80ad11adbe8418fff1cfe466343035b7a (diff) |
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 <khilman@ti.com>
Acked-by: Jean Pihet <j-pihet@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/proc-v7.S')
-rw-r--r-- | arch/arm/mm/proc-v7.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mm/proc-v7.S b/arch/arm/mm/proc-v7.S index 3c3867850a30..e27c011a759c 100644 --- a/arch/arm/mm/proc-v7.S +++ b/arch/arm/mm/proc-v7.S | |||
@@ -418,9 +418,9 @@ ENTRY(v7_processor_functions) | |||
418 | .word cpu_v7_dcache_clean_area | 418 | .word cpu_v7_dcache_clean_area |
419 | .word cpu_v7_switch_mm | 419 | .word cpu_v7_switch_mm |
420 | .word cpu_v7_set_pte_ext | 420 | .word cpu_v7_set_pte_ext |
421 | .word 0 | 421 | .word cpu_v7_suspend_size |
422 | .word 0 | 422 | .word cpu_v7_do_suspend |
423 | .word 0 | 423 | .word cpu_v7_do_resume |
424 | .size v7_processor_functions, . - v7_processor_functions | 424 | .size v7_processor_functions, . - v7_processor_functions |
425 | 425 | ||
426 | .section ".rodata" | 426 | .section ".rodata" |