All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sid Boyce <g3vbv@blueyonder.co.uk>
To: linux-kernel@vger.kernel.org
Subject: A question regarding init_mm
Date: Fri, 08 Aug 2008 02:49:29 +0100	[thread overview]
Message-ID: <489BA629.4030008@blueyonder.co.uk> (raw)

Trying to build the nvidia video module for 2.6.26-git through 
2.6.27-rc2, I get "Unknown symbol init_mm", openSUSE 11.1 Alpha1.
Checking a few places I can see init_mm.
# cat /proc/kallsyms |grep init_mm
ffffffff80630020 D init_mm

# grep init_mm System.map-2.6.27-rc2-smp
ffffffff80630020 D init_mm
/usr/src/linux-2.6.27-rc2/arch/x86/kernel # grep init_mm init_task.c
struct mm_struct init_mm = INIT_MM(init_mm);
EXPORT_UNUSED_SYMBOL(init_mm); /* will be removed in 2.6.26 */

Any thoughts on why it's not seen? No one on the nvidia list has a clue 
either.
Regards
Sid.
-- 
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support 
Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks


             reply	other threads:[~2008-08-08  1:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-08  1:49 Sid Boyce [this message]
2008-08-08  3:39 ` A question regarding init_mm Valdis.Kletnieks
2008-08-08 15:05   ` Sid Boyce

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=489BA629.4030008@blueyonder.co.uk \
    --to=g3vbv@blueyonder.co.uk \
    --cc=linux-kernel@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.