All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IA64 export symbols empty_zero_page, ia64_ssc
@ 2006-10-09 22:11 ` Judith Lebzelter
  0 siblings, 0 replies; 16+ messages in thread
From: Judith Lebzelter @ 2006-10-09 22:11 UTC (permalink / raw)
  To: tony.luck; +Cc: linux-ia64, linux-kernel

From: Judith Lebzelter <judith@osdl.org>

These warnings occur during modpost for ia64/allmodconfig in 2.6.19-rc1
WARNING: "empty_zero_page" [arch/ia64/hp/sim/simscsi.ko] undefined!
WARNING: "ia64_ssc" [arch/ia64/hp/sim/simscsi.ko] undefined!

This patch exports those variables and stops the warnings.

Signed-off-by: Judith Lebzelter <judith@osdl.org>

---

Index: linux/arch/ia64/kernel/ia64_ksyms.c
=================================--- linux.orig/arch/ia64/kernel/ia64_ksyms.c	2006-10-09 10:11:47.000000000 -0700
+++ linux/arch/ia64/kernel/ia64_ksyms.c	2006-10-09 10:15:18.000000000 -0700
@@ -111,3 +111,9 @@
 #endif
 extern char ia64_ivt[];
 EXPORT_SYMBOL(ia64_ivt);
+
+#include "../hp/sim/hpsim_ssc.h"
+EXPORT_SYMBOL(ia64_ssc);
+#include <asm/pgtable.h>
+EXPORT_SYMBOL(empty_zero_page);
+

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2006-10-13 17:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-09 22:11 [PATCH] IA64 export symbols empty_zero_page, ia64_ssc Judith Lebzelter
2006-10-09 22:11 ` Judith Lebzelter
2006-10-11 22:52 ` Luck, Tony
2006-10-11 22:52   ` Luck, Tony
2006-10-12  7:11   ` Andrew Morton
2006-10-12  7:11     ` Andrew Morton
2006-10-12 17:55     ` Luck, Tony
2006-10-12 17:55       ` Luck, Tony
2006-10-12 18:03       ` Dave Jones
2006-10-12 18:03         ` Dave Jones
2006-10-12 19:37       ` Andrew Morton
2006-10-12 19:37         ` Andrew Morton
2006-10-12 21:00         ` Luck, Tony
2006-10-12 21:00           ` Luck, Tony
2006-10-13 17:47           ` Judith Lebzelter
2006-10-13 17:47             ` Judith Lebzelter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.