K 10 svn:author V 6 dwhite K 8 svn:date V 27 2005-04-30T19:39:28.000000Z K 7 svn:log V 520 Enable interrupts in smp_tlb_shootdown() and smp_targeted_tlb_shootdown() to workaround Opteron Errata 106. The while loop runs entirely out of the instruction cache, which blocks updates to the cache from other CPUs. Interrupts break the lock, allowing the write to post. Many thanks to Paul Vixie and Peter Losher at ISC for providing resources to troubleshoot the issue; Stephen Uphoff and Alan Cox for their expertise; and the rest of the RE team for pushing the resolution along so we can ship 5.4 with this fix. END