On Wednesday, March 8, 2006 11:26 am, Linus Torvalds wrote: > But if you have a separate IO fabric and basically two different CPU's > can get to one device through two different paths, no amount of write > barriers of any kind will ever help you.
No, that's exactly the case that mmiowb() was designed to protect against. It ensures that your writes have arrived at the destination bridge, which means after that point any other CPUs writing to the same device will have their data actually hit the device afterwards. Hopefully deviceiobook.tmpl makes that clear... Jesse - To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
