[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090105172810.GQ28946@ZenIV.linux.org.uk>
Date: Mon, 5 Jan 2009 17:28:10 +0000
From: Al Viro <viro@...IV.linux.org.uk>
To: geert@...ux-m68k.org
Cc: linux-kernel@...r.kernel.org, linux-m68k@...ts.linux-m68k.org
Subject: [PATCH] fix --build-id breakage for sun3
Counterpart of commit 08a3db94f2a36c28278922732bc281c1722ceb18 for
sun3 build.
Signet-off-by: Al Viro <viro@...iv.linux.org.uk>
---
arch/m68k/kernel/vmlinux-sun3.lds | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/m68k/kernel/vmlinux-sun3.lds b/arch/m68k/kernel/vmlinux-sun3.lds
index 8a4919e..d9368c0 100644
--- a/arch/m68k/kernel/vmlinux-sun3.lds
+++ b/arch/m68k/kernel/vmlinux-sun3.lds
@@ -33,6 +33,7 @@ SECTIONS
} :data
/* End of data goes *here* so that freeing init code works properly. */
_edata = .;
+ NOTES
/* will be freed after init */
. = ALIGN(PAGE_SIZE); /* Init code and data */
--
1.5.6.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists