Re: Memory barriers and spin_unlock safety

From: Helge Hafting
Date: Mon Mar 06 2006 - 04:04:32 EST


Linus Torvalds wrote:

(Actually, I think one special case of non-temporal instruction is the "repeat movs/stos" thing: I think you should _not_ use a "repeat stos" to unlock a spinlock, exactly because those stores are not ordered wrt each other, and they can bypass the write queue. Of course, doing that would be insane anyway, so no harm done ;^).


oops - there goes the "unlock an array of spinlocks
in a single instruction" idea. :-)

Helge Hafting

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/