summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
diff options
context:
space:
mode:
authorMark Rutland2013-12-12 13:34:05 +0100
committerCatalin Marinas2013-12-19 18:43:04 +0100
commit67ad461f737d4e68f94db256362e44231cf9cb58 (patch)
treea7da9054558b1f4127bbfe81d52ac0688910d89a /arch/arm64/kernel
parentarm64: dts: Add a virtio disk to the RTSM motherboard (diff)
downloadkernel-qcow2-linux-67ad461f737d4e68f94db256362e44231cf9cb58.tar.gz
kernel-qcow2-linux-67ad461f737d4e68f94db256362e44231cf9cb58.tar.xz
kernel-qcow2-linux-67ad461f737d4e68f94db256362e44231cf9cb58.zip
arm64: vmlinux.lds.S: drop redundant .comment
We currently try to emit .comment twice, once in STABS_DEBUG, and once in the line immediately following it. As the two section definitions are identical, the latter is redundant and can be dropped. This patch drops the redundant .comment section definition. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/kernel')
-rw-r--r--arch/arm64/kernel/vmlinux.lds.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kernel/vmlinux.lds.S b/arch/arm64/kernel/vmlinux.lds.S
index 5161ad992091..842ca8be5877 100644
--- a/arch/arm64/kernel/vmlinux.lds.S
+++ b/arch/arm64/kernel/vmlinux.lds.S
@@ -109,7 +109,6 @@ SECTIONS
_end = .;
STABS_DEBUG
- .comment 0 : { *(.comment) }
}
/*