* [Linux-ia64] module fix for test8
@ 2000-09-14 14:36 Christian Groessler
0 siblings, 0 replies; only message in thread
From: Christian Groessler @ 2000-09-14 14:36 UTC (permalink / raw)
To: linux-ia64
[-- Attachment #1: Type: text/plain, Size: 724 bytes --]
Hi David,
I had to do this change to ia64_ksyms.c to get some modules to
work. They complained about unknown symbol ia64_iobase.
-------------
--- ia64_ksyms.c.org Mon Sep 11 12:31:50 2000
+++ ia64_ksyms.c Thu Sep 14 14:44:58 2000
@@ -88,3 +88,6 @@
EXPORT_SYMBOL_NOVERS(__udivdi3);
EXPORT_SYMBOL_NOVERS(__moddi3);
EXPORT_SYMBOL_NOVERS(__umoddi3);
+
+extern unsigned long ia64_iobase;
+EXPORT_SYMBOL(ia64_iobase);
-------------
ia64_iobase gets referenced in io.h's __ia64_get_io_port_base function.
David or Tim, the one responsible for this area,
could you please add the following file to
include/asm-ia64 ? It's needed to compile the parport
modules.
regards,
chris
(See attached file: parport.h.gz)
[-- Attachment #2: parport.h.gz --]
[-- Type: application/octet-stream, Size: 313 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-09-14 14:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-09-14 14:36 [Linux-ia64] module fix for test8 Christian Groessler
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.