K 10 svn:author V 7 bdragon K 8 svn:date V 27 2020-05-26T19:03:45.509898Z K 7 svn:log V 325 [PowerPC] Fix atomic_cmpset_masked(). A recent kernel change caused the previously unused atomic_cmpset_masked() to be used. It had a typo in it. Instead of reading the old value from an uninitialized variable, read it from the passed-in pointer as intended. This fixes crashes on 64 bit Book-E. Obtained from: jhibbits END