All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Malek <dan@mvista.com>
To: Graham Stoney <greyham@research.canon.com.au>
Cc: Julia Elbert <jelbert@enerdyne.com>,
	"'linuxppc-embedded@lists.linuxppc.org'"
	<linuxppc-embedded@lists.linuxppc.org>
Subject: Re: switching linux kernels
Date: Wed, 27 Sep 2000 01:59:09 -0400	[thread overview]
Message-ID: <39D18CAD.FDC505E0@mvista.com> (raw)
In-Reply-To: 20000927004021.ABEB8BF@elph.research.canon.com.au


Graham Stoney wrote:
>

> Turning off copy-back has a global performance hit, so it's a pretty nasty
> workaround for cache coherency bugs in a single driver.

Yep, you should really fix the driver.....

> ....... does it use insx/outsx &
> friends from asm/io.h, or does it dereference pointers directly, forgetting
> the eieio's?

Please don't use in/out macros on PowerPC....especially on 8xx their
underlying address arithmetic will likely break more things that it
fixes.
Use memory mapped I/O (readb/writeb, etc.) and ioremap().....


	-- Dan

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

  reply	other threads:[~2000-09-27  5:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-26 22:34 switching linux kernels Julia Elbert
2000-09-27  0:40 ` Graham Stoney
2000-09-27  5:59   ` Dan Malek [this message]
2000-09-27  6:41     ` Graham Stoney
2000-09-27  9:31     ` Rob Taylor
2000-09-27 16:03       ` Dan Malek
2000-10-06 16:50         ` Rob Taylor
  -- strict thread matches above, loose matches on Subject: below --
2000-09-26 18:24 Julia Elbert
2000-09-26 16:59 Julia Elbert
2000-09-26  0:02 Julia Elbert
2000-09-26  0:25 ` Graham Stoney
2000-09-26 15:54 ` Dan Malek

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=39D18CAD.FDC505E0@mvista.com \
    --to=dan@mvista.com \
    --cc=greyham@research.canon.com.au \
    --cc=jelbert@enerdyne.com \
    --cc=linuxppc-embedded@lists.linuxppc.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.