All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Exporting symbol in linux2.4/ia64
Date: Wed, 16 Aug 2000 15:45:09 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590678205337@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590678205335@msgid-missing>

On Wed, 16 Aug 2000 13:59:27 +0200 (MEST), 
"G\\351raud Krawezik" <gk@scali.no> wrote:
>While working on a driver, I've experienced the following when trying to
>insmod it (i'm using 2.4-test6):
>
>unresolved symbol clear_page
>unresolved symbol softirq_state
>unresolved symbol __ia64_memcpy_toio
>unresolved symbol __free_pages_ok
>
>softirq_state is a 'case to study', but for the three others, it's
>slightly different, as:

softirq_state was moved and renamed in 2.4.0-test6.  See
include/linux/irq_cpustat.h for the new definitions.  You either
compiled your module against old headers or you are trying to insmod an
old module.  2.4.0-test6 also cleaned up the /lib/modules directory
structure but the transition might have left old structure around, try
"rm -rf /lib/modules/2.4.0-test6" and "make modules_install" to get rid
of any old structure.  Also check that you have modutils 2.3.14.



      reply	other threads:[~2000-08-16 15:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-16 11:59 [Linux-ia64] Exporting symbol in linux2.4/ia64 G\351raud Krawezik
2000-08-16 15:45 ` Keith Owens [this message]

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-105590678205337@msgid-missing \
    --to=kaos@ocs.com.au \
    --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 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.