On Mon, 2007-05-28 at 14:33 +0200, Lennert Buytenhek wrote: > On Sun, May 27, 2007 at 07:00:31PM -0500, James Bottomley wrote: > > > Ok, output on parisc is: > > > > [EMAIL PROTECTED]:~$ ./a.out > > firstfirstfirst > > firstfirstfirst > > secondsecondsec > > > > Which is correct. It remains correct even if I drop the msync(). > > What else was running when you ran this program, and how many runs > did you try? I get a mixture of firstfirstfirst and secondsecondsec > when the machine I run it on isn't idle.
Both loaded and unloaded ... although you have to be careful how you load on pa to see coherency problems: the fork/exec cycle does a full cache flush. James James - 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
