K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-11-23T20:07:39.000000Z K 7 svn:log V 356 Even better then using %fs:0 in our locked synchronizing instruction, we instead use 0(%esp), which is per-cpu, already pretty much guarenteed to be locked into the cache, and does not stress the cache's set associativity. invlpg might also be a good choice (suggested by Ingo). Obtained from: Linus Torvalds END