]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: avoid marking decompressor .stack section as having contents
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 22 Nov 2010 12:00:59 +0000 (12:00 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 22 Nov 2010 12:00:59 +0000 (12:00 +0000)
commit43f09c9b735d89f76b410f471c187dbdc8f321b4
treea41a225bbb8e82a87358d330011713c18a60cf03
parentd4bf604e72acfcffea06755e92368a4823cb3bda
ARM: avoid marking decompressor .stack section as having contents

The .stack section doesn't contain any contents, and doesn't require
initialization either.  Rather than marking the output section with
'NOLOAD' but still having it exist in the object files, mark it with
%nobits which avoids the assembler marking the section with 'CONTENTS'.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/head.S
arch/arm/boot/compressed/vmlinux.lds.in