From: Philipp Rumpf <prumpf@inwestnet.de>
To: "Brian S. Julin" <bri@mojo.calyx.net>
Cc: parisc-linux@thepuffingroup.com
Subject: Re: [parisc-linux] make Image currently fails here too.
Date: Wed, 1 Mar 2000 20:35:06 +0100 [thread overview]
Message-ID: <20000301203505.V812@abacus.local> (raw)
In-Reply-To: <Pine.BSO.4.21.0003011338010.23746-100000@mojo.calyx.net>; from bri@mojo.calyx.net on Wed, Mar 01, 2000 at 01:39:16PM -0500
> My unsatisfied symbols are different, though:
>
> ld: Unsatisfied symbols:
> fcacheline (code)
> pcacheline (code)
That's the (buggy IMHO) Lasi ethernet driver that uses strange custom
macros to flush the cache rather than the standard ones. Basically
#define fcacheline(x) dma_cache_wback(&x, 32)
#define pcacheline(x) dma_cache_inv(&x, 32)
_might_ make it compile again.
It alse uses phys_to_virt/virt_to_phys rather than bus_to_virt/virt_to_bus
and generally needs to be fixed for the new DMA API soon. If you're
happy just using a ramdisk, don't compile it in.
Philipp Rumpf
prev parent reply other threads:[~2000-03-02 0:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-02-29 20:26 [parisc-linux] make Image fails Ulrich Strelow
2000-03-01 18:39 ` [parisc-linux] make Image currently fails here too Brian S. Julin
2000-03-01 19:17 ` Paul Bame
2000-03-01 19:19 ` Kirk Bresniker
2000-03-01 19:35 ` Philipp Rumpf [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=20000301203505.V812@abacus.local \
--to=prumpf@inwestnet.de \
--cc=bri@mojo.calyx.net \
--cc=parisc-linux@thepuffingroup.com \
/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.