diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2024-12-05 12:28:10 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2024-12-05 13:18:55 +0100 |
commit | 35350eb689e68897d996b762832782e2e791eb74 (patch) | |
tree | 1440ed4475b29cadb2286e69d64bf0efad4dfbdb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3b6f99a94b04b389292590840d96342b7dd08941 (diff) |
x86/kernel: Move ENTRY_TEXT to the start of the image
Since commit:
7734a0f31e99 ("x86/boot: Robustify calling startup_{32,64}() from the decompressor code")
it is no longer necessary for .head.text to appear at the start of the
image. Since ENTRY_TEXT needs to appear PMD-aligned, it is easier to
just place it at the start of the image, rather than line it up with the
end of the .text section. The amount of padding required should be the
same, but this arrangement also permits .head.text to be split off and
emitted separately, which is needed by a subsequent change.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Link: https://lore.kernel.org/r/20241205112804.3416920-14-ardb+git@google.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions