diff options
author | Laura Abbott <[email protected]> | 2014-11-21 21:50:40 +0000 |
---|---|---|
committer | Will Deacon <[email protected]> | 2014-11-25 15:56:44 +0000 |
commit | c3684fbb446501b48dec6677a6a9f61c215053de (patch) | |
tree | a674b3575ef230729fe1b6970f45195a4929ef48 /lib/memory-notifier-error-inject.c | |
parent | ac2dec5f6c27a581f8571da605d9ba04df18330d (diff) |
arm64: Move cpu_resume into the text section
The function cpu_resume currently lives in the .data section.
There's no reason for it to be there since we can use relative
instructions without a problem. Move a few cpu_resume data
structures out of the assembly file so the .data annotation
can be dropped completely and cpu_resume ends up in the read
only text section.
Reviewed-by: Kees Cook <[email protected]>
Reviewed-by: Mark Rutland <[email protected]>
Reviewed-by: Lorenzo Pieralisi <[email protected]>
Tested-by: Mark Rutland <[email protected]>
Tested-by: Lorenzo Pieralisi <[email protected]>
Tested-by: Kees Cook <[email protected]>
Acked-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Laura Abbott <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions