From: David Woodhouse <dwmw2@infradead.org>
To: elf@buici.com
Cc: linux-mtd@lists.infradead.org
Subject: Re: Latest CVS and 2.2.x
Date: Tue, 07 May 2002 16:55:17 +0100 [thread overview]
Message-ID: <30590.1020786917@redhat.com> (raw)
In-Reply-To: <20020507155052.GA31070@buici.com>
elf@buici.com said:
>
> The first problem was that the spinlock types were defined twice
> incompatibly. In compactmac.h, the inclusion of linux/spinlock.h at
> line 362 pulls the file from /usr/include instead of the linux source
> tree version. Changing this include to asm/spinlock.h eliminated the
> problem, though I'm not confident that this is the right way to fix
> it.
That's very broken. Are you sure that include/linux/spinlock.h exists in
your 2.2 kernel tree?
> Then, the pci.c driver in mtd/maps failed to build, but for a reason I
> couldn't deduce. The compiler complains that the ioremap_noncache
> symbol is missing.
That's probably been introduced since 2.2. Add something like...
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)
#define ioremap_noncache ioremap
#endif
... to compatmac.h and then if it works, send me the diff.
--
dwmw2
prev parent reply other threads:[~2002-05-07 15:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20020507152652.GA30979@buici.com>
[not found] ` <20020507022357.GC17041@buici.com>
2002-05-05 0:25 ` Unclear about unwriteprotecting elf
2002-05-05 16:04 ` Building from CVS for 2.2.x elf
2002-05-06 20:07 ` Unclear about unwriteprotecting David Woodhouse
[not found] ` <25429.1020783875@redhat.com>
[not found] ` <27957.1020785387@redhat.com>
2002-05-07 15:50 ` Latest CVS and 2.2.x elf
2002-05-07 15:55 ` David Woodhouse [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=30590.1020786917@redhat.com \
--to=dwmw2@infradead.org \
--cc=elf@buici.com \
--cc=linux-mtd@lists.infradead.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.