Re: 2.1.125 - Problem. & Aic7xxx 5.1.0

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 21 Nov 1998 20:54:21 +0000 (GMT)


> The mb() macro does a memory locked operation to force ordering. If that
> doesn't do the PCI flush, then that was a mis-understanding on my part

It will force ordering on x86 - x86 pci ordering should be guaranteed
anyway in theory (unless people play with mtrr settings).

The m68k/ppc folks are now starting to add io synchronization stuff portably
(no files full of eieio() even if its funny) with

iobarrier_r()
iobarrier_w()
iobarrier_rw()

which are nops on a normal PC.

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/