diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:17:15 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:17:15 -0400 |
commit | 9e9b4573e4411ac5fcfb6ba04ad360d3de6414ba (patch) | |
tree | 8e62dbe670e98552cf6ff7b9b5b59597e3143bf3 /arch/x86_64/boot/compressed/vmlinux_64.scr | |
parent | aadfb679c8eb9b83125833f03b5221889595b67c (diff) |
x86_64: move boot
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/boot/compressed/vmlinux_64.scr')
-rw-r--r-- | arch/x86_64/boot/compressed/vmlinux_64.scr | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86_64/boot/compressed/vmlinux_64.scr b/arch/x86_64/boot/compressed/vmlinux_64.scr deleted file mode 100644 index bd1429ce193..00000000000 --- a/arch/x86_64/boot/compressed/vmlinux_64.scr +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | SECTIONS | ||
2 | { | ||
3 | .text.compressed : { | ||
4 | input_len = .; | ||
5 | LONG(input_data_end - input_data) input_data = .; | ||
6 | *(.data) | ||
7 | output_len = . - 4; | ||
8 | input_data_end = .; | ||
9 | } | ||
10 | } | ||