Skip to content
Snippets Groups Projects
Commit 02a884c0 authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

x86, boot: determine compressed code offset at compile time


Determine the compressed code offset (from the kernel runtime address)
at compile time.  This allows some minor optimizations in
arch/x86/boot/compressed/head_*.S, but more importantly it makes this
value available to the build process, which will enable a future patch
to export the necessary linear memory footprint into the bzImage
header.

[ Impact: cleanup, future patch enabling ]

Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 36d3793c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment