diff options
author | Jiri Slaby <[email protected]> | 2019-01-30 13:46:45 +0100 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2019-01-30 16:07:10 +0100 |
commit | 5a064d398fbe2901e55be15c108f7ffa98b7eefb (patch) | |
tree | 6a963db211174380dd333188c283c00f40c27852 /scripts/gdb/linux/config.py | |
parent | fab940755d1d78377901450b6ee7c77356e06821 (diff) |
x86/asm/suspend: Drop ENTRY from local data
ENTRY is intended for functions and shall be paired with ENDPROC. ENTRY
also aligns symbols which creates unnecessary holes between data.
So drop ENTRY from saved_eip in wakeup_32 and many saved_* in wakeup_64,
as these symbols are local only.
One could've used SYM_DATA_LOCAL for these symbols, but it was
discouraged earlier:
https://lkml.kernel.org/r/20170427124310.GC23352@amd
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 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions