diff options
author | Ard Biesheuvel <[email protected]> | 2015-03-25 07:39:21 +0100 |
---|---|---|
committer | Russell King <[email protected]> | 2015-03-29 23:11:57 +0100 |
commit | d0776aff9a38b1390cc06ffc2c4dcf6ece7c05b9 (patch) | |
tree | 79bba874404434298a52db4e494b2bafa8dcb4f3 /scripts/gdb/linux/modules.py | |
parent | 02e541db0540a2830f4af749c6f2b650abbbb77c (diff) |
ARM: 8324/1: move cpu_resume() to .text section
Move cpu_resume() to the .text section where it belongs. Change
the adr reference to sleep_save_sp to an explicit PC relative
reference so sleep_save_sp itself can remain in .data.
This helps prevent linker failure on large kernels, as the code
in the .data section may be too far away to be in range for normal
b/bl instructions.
Reviewed-by: Nicolas Pitre <[email protected]>
Tested-by: Sudeep Holla <[email protected]>
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions