diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-14 22:42:58 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-16 18:23:46 +0100 |
commit | f5153ee0f5b3d14213bab1d6ccf2b44bfe9e322b (patch) | |
tree | 3faa472c5d4740edaf20480939b62485af602ab4 /arch | |
parent | b37bac94de9ad5eb17bd9327d3ecb6f3b719dc70 (diff) | |
download | linux-exynos-f5153ee0f5b3d14213bab1d6ccf2b44bfe9e322b.tar.gz linux-exynos-f5153ee0f5b3d14213bab1d6ccf2b44bfe9e322b.tar.bz2 linux-exynos-f5153ee0f5b3d14213bab1d6ccf2b44bfe9e322b.zip |
[MIPS] vmlinux.lds.S: Remove duplicate comment.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/kernel/vmlinux.lds.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index 84f9a4cc6f2f..03ad46e24563 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S @@ -22,7 +22,6 @@ SECTIONS */ /* . = 0xa800000000300000; */ - /* . = 0xa800000000300000; */ . = 0xffffffff80300000; #endif . = LOADADDR; |