Of course it makes a difference:
A = 1 B = 0
read B read A
You might very well get `read A=0' and `read B=1' even though this
does not correspond to any UP interleaving of the two threads.
Stefan
-
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/