Serialization
To speed writes, it may seem smart to let the processor go while the snooper is getting exclusive access to block and possibly filling it
But other writes might be asserted in this interval trashing coherence if write to same block, or SC if write to any block -- vulnerability
To be conservative a processor has to be stalled until the BusRdx is complete and write is visible to other processors