From: "Christian Groessler" <cpg@aladdin.de>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] module fix for test8
Date: Thu, 14 Sep 2000 14:36:55 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590678205493@msgid-missing> (raw)
[-- 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 --]
reply other threads:[~2000-09-14 14:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590678205493@msgid-missing \
--to=cpg@aladdin.de \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox