arch/x86/boot/compressed/mkpiggy.c
0 → 100644
+97
−0
arch/x86/boot/compressed/vmlinux.scr
deleted100644 → 0
+0
−10
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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:
H. Peter Anvin <hpa@zytor.com>