summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/vmlinux.scr
Commit message (Collapse)AuthorAgeFilesLines
* x86, boot: determine compressed code offset at compile timeH. Peter Anvin2009-05-091-10/+0Star
| | | | | | | | | | | | | 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>
* x86: unify arch/x86/boot/compressed/vmlinux_??.scrIan Campbell2008-01-301-0/+10
The files are now identical so merge them. size reports no change in arch/x86/boot/compressed/vmlinux. Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Cc: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>