diff options
author | Ian Campbell <ijc@hellion.org.uk> | 2008-01-30 13:33:37 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:33:37 +0100 |
commit | 004426eb295b5fff53ed606d5f7495f23674f2c8 (patch) | |
tree | 6ddb5ce84d9c053599d01b07a858ec6c95749c38 /arch/x86 | |
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')
-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 { .data.compressed : { input_len = .; - LONG(input_data_end - input_data) input_data = .; - *(.data) + LONG(input_data_end - input_data) input_data = .; + *(.data) output_len = . - 4; - input_data_end = .; + input_data_end = .; } } |