linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Michael Schmitz <schmitz@opal.biophys.uni-duesseldorf.de>,
	<linuxppc-dev@lists.linuxppc.org>
Subject: Re: u64 fun and PCI DMA not working for things behind bridges?
Date: Thu, 1 Mar 2001 15:03:41 +0100	[thread overview]
Message-ID: <19350124073525.11032@mailhost.mipsys.com> (raw)
In-Reply-To: <Pine.LNX.4.30.0103011305510.28644-100000@opal.biophys.uni-duesseldorf.de>


>> I can't compile the drivers without optimization, or else i get
>> references to functions that don't exist in the kernel, for some
>> reason.
>
>What exact functions don't exist?

If you compile with -O0, you also disable inlining, which cause tons of
link errors for all inline functions. The lowest optimisation level you
can use is -O1

Ben.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2001-03-01 14:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-01  5:32 u64 fun and PCI DMA not working for things behind bridges? Daniel Berlin
2001-03-01 12:06 ` Michael Schmitz
2001-03-01 14:03   ` Benjamin Herrenschmidt [this message]
2001-03-01 14:05     ` Michael Schmitz
2001-03-01 15:06   ` Daniel Berlin
2001-03-01 20:18     ` Geert Uytterhoeven
2001-03-01 14:02 ` Benjamin Herrenschmidt
2001-03-01 15:08   ` Daniel Berlin

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=19350124073525.11032@mailhost.mipsys.com \
    --to=benh@kernel.crashing.org \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=schmitz@opal.biophys.uni-duesseldorf.de \
    /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;
as well as URLs for NNTP newsgroup(s).