projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
082763a
)
ARM: pm: proc-v7: fix missing struct processor pointers for suspend code
author
Russell King
<
[email protected]
>
Thu, 23 Jun 2011 21:00:20 +0000
(22:00 +0100)
committer
Russell King
<
[email protected]
>
Fri, 24 Jun 2011 07:47:01 +0000
(08:47 +0100)
Add the missing suspend/resume pointers for the suspend code. This
is needed when building for multiple CPUs.
Tested-by: Kevin Hilman <
[email protected]
>
Acked-by: Jean Pihet <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mm/proc-v7.S
patch
|
blob
|
history
diff --git
a/arch/arm/mm/proc-v7.S
b/arch/arm/mm/proc-v7.S
index 3c3867850a3011d1e163d347a25ffbabc4aa4dc7..e27c011a759cc9b589879a8d971fca7e07987a13 100644
(file)
--- 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"