From e5e96ef2899fb9d6009a53f83952e00cad2a97ab Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:16:04 +0200 Subject: x86_64: prepare shared boot/compressed/vmlinux.scr Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/x86_64/boot/compressed/vmlinux_64.scr | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 arch/x86_64/boot/compressed/vmlinux_64.scr (limited to 'arch/x86_64/boot/compressed/vmlinux_64.scr') diff --git a/arch/x86_64/boot/compressed/vmlinux_64.scr b/arch/x86_64/boot/compressed/vmlinux_64.scr new file mode 100644 index 00000000000..bd1429ce193 --- /dev/null +++ b/arch/x86_64/boot/compressed/vmlinux_64.scr @@ -0,0 +1,10 @@ +SECTIONS +{ + .text.compressed : { + input_len = .; + LONG(input_data_end - input_data) input_data = .; + *(.data) + output_len = . - 4; + input_data_end = .; + } +} -- cgit v1.2.3