diff options
author | Jiri Slaby <[email protected]> | 2019-10-11 13:50:42 +0200 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2019-10-18 09:50:25 +0200 |
commit | 37503f734e9de314c4e9a1eba33e9e7d8ec80839 (patch) | |
tree | fa59c14a40b9ecf599bc1de190d18bcf21d615ac /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | ffedeeb780dc554eff3d3b16e6a462a26a41d7ec (diff) |
x86/asm/suspend: Use SYM_DATA for data
Some global data in the suspend code were marked as `ENTRY'. ENTRY was
intended for functions and shall be paired with ENDPROC. ENTRY also
aligns symbols to 16 bytes which creates unnecessary holes.
Note that:
* saved_magic (long) in wakeup_32 is still prepended by section's ALIGN
* saved_magic (quad) in wakeup_64 follows a bunch of quads which are
aligned (but need not be aligned to 16)
Since historical markings are being dropped, make proper use of newly
added SYM_DATA in this code.
Signed-off-by: Jiri Slaby <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Acked-by: Rafael J. Wysocki <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Len Brown <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Thomas Gleixner <[email protected]>
Cc: x86-ml <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions