Matthew Dillon wrote:
>     I'm even more confused because this bug is occuring between two logical
>     cpus on the same physical die.  Is write ordering not guarenteed with
>     respect to the other logical cpu?  Can one logical cpu prefetch data
>     early then then becomes obsolete by the time the instruction is actually
>     run?

My understanding is that the circuits which detect if a speculative read needs
to be re-done work only with the logical addresses.  As such, you can get bogus
data from speculative reads even between two threads within the same core if
you don't use proper fencing instructions.

But I may be completely confused here -- all the interesting details are in
NDA'ed manuals which I can't get access to. :-(

Colin Percival
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to