diff options
author | Ian Campbell <ijc@hellion.org.uk> | 2008-01-30 07:33:37 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:37 -0500 |
commit | 004426eb295b5fff53ed606d5f7495f23674f2c8 (patch) | |
tree | 6ddb5ce84d9c053599d01b07a858ec6c95749c38 /arch/x86/boot/compressed | |
parent | afe0bc63ae5fdc642a6181e1b514434f901e39ba (diff) |
x86: unify whitespace in arch/x86/boot/compressed/vmlinux_??.scr
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>
Diffstat (limited to 'arch/x86/boot/compressed')
-rw-r--r-- | arch/x86/boot/compressed/vmlinux_32.scr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/boot/compressed/vmlinux_32.scr b/arch/x86/boot/compressed/vmlinux_32.scr index 707a88f7f29e..a54952661995 100644 --- a/arch/x86/boot/compressed/vmlinux_32.scr +++ b/arch/x86/boot/compressed/vmlinux_32.scr | |||
@@ -2,9 +2,9 @@ SECTIONS | |||
2 | { | 2 | { |
3 | .data.compressed : { | 3 | .data.compressed : { |
4 | input_len = .; | 4 | input_len = .; |
5 | LONG(input_data_end - input_data) input_data = .; | 5 | LONG(input_data_end - input_data) input_data = .; |
6 | *(.data) | 6 | *(.data) |
7 | output_len = . - 4; | 7 | output_len = . - 4; |
8 | input_data_end = .; | 8 | input_data_end = .; |
9 | } | 9 | } |
10 | } | 10 | } |