[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87provuzwk.wl%ysato@users.sourceforge.jp>
Date: Wed, 30 Jul 2008 11:58:51 -0400
From: Yoshinori Sato <ysato@...rs.sourceforge.jp>
To: lkml <linux-kernel@...r.kernel.org>
Subject: [PATCH] blackfin / h8300 build error fix
init/main.c:781: undefined reference to `___early_initcall_end'
Signed-off-by: Yoshinori Sato <ysato@...rs.sourceforge.jp>
---
include/asm-generic/vmlinux.lds.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
index 6d88a92..07b2784 100644
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
@@ -362,7 +362,7 @@
#define INITCALLS \
*(.initcallearly.init) \
- __early_initcall_end = .; \
+ VMLINUX_SYMBOL(__early_initcall_end) = .; \
*(.initcall0.init) \
*(.initcall0s.init) \
*(.initcall1.init) \
--
1.5.6.3
--
Yoshinori Sato
<ysato@...rs.sourceforge.jp>
--
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