Please pull powerpc.git 'merge' branch

Benjamin Herrenschmidt benh at kernel.crashing.org
Mon Sep 4 07:54:20 EST 2006


On Sun, 2006-09-03 at 14:33 -0700, Linus Torvalds wrote:
> 
> On Mon, 4 Sep 2006, Benjamin Herrenschmidt wrote:
> > 
> > I'll send a fix later today. I don't think the read32 is used that much
> > in practice, but yeah, that could have cause subtle issues on some
> > machine....
> 
> Well, it's not only read32 that is broken. read8 will obviously be NULL, 
> which may or may not mean that it is ever actually used.
> 
> Not knowing how this actually all ties together with users means that I 
> didn't just want to check in the obvious fix..

Those things are used to "interpret" kind of blobs provided by the
firmware that muck around various magic IOs and control bits in Apple
ASIC. The "read" variants are rarely used (except for GPIOs but it's a
different set of primitives), except in a few cases where those blobs
are doing read, then and/or a bit, then write back. Is difficult to tell
precisely on what machine and in what circumstances though the firmware
will have used those and thus in which case we have a subtle breakage or
on the contrary subtely hiding a problem... I would fix them for 2.6.18
anyway.

Ben.






More information about the Linuxppc-dev mailing list