-
- Downloads
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:
H. Peter Anvin <hpa@zytor.com>
Showing
- arch/x86/boot/compressed/Makefile 8 additions, 3 deletionsarch/x86/boot/compressed/Makefile
- arch/x86/boot/compressed/head_32.S 5 additions, 19 deletionsarch/x86/boot/compressed/head_32.S
- arch/x86/boot/compressed/head_64.S 13 additions, 28 deletionsarch/x86/boot/compressed/head_64.S
- arch/x86/boot/compressed/mkpiggy.c 97 additions, 0 deletionsarch/x86/boot/compressed/mkpiggy.c
- arch/x86/boot/compressed/vmlinux.scr 0 additions, 10 deletionsarch/x86/boot/compressed/vmlinux.scr
Loading
Please register or sign in to comment