public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: [PATCH] IA64 export symbols empty_zero_page, ia64_ssc
@ 2006-10-11 22:52 Luck, Tony
  2006-10-12  7:11 ` Andrew Morton
  0 siblings, 1 reply; 8+ messages in thread
From: Luck, Tony @ 2006-10-11 22:52 UTC (permalink / raw)
  To: Judith Lebzelter; +Cc: linux-ia64, linux-kernel

Judith,

+++ linux/arch/ia64/kernel/ia64_ksyms.c	2006-10-09 10:15:18.000000000 -0700

These exports are only needed for the HP simulator ... it seems
probable that the more likely fix is change Kconfig to prevent simscsi
from being built as a module.  I assume that any remaining SKI users
build this into the kernel ... arch/ia64/configs/sim_defconfig sets
CONFIG_HP_SIMSCSI=y for example.

-Tony

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] IA64 export symbols empty_zero_page, ia64_ssc
@ 2006-10-09 22:11 Judith Lebzelter
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox