ppc: atomic is no longer volatile per 077c84eb27
This commit is contained in:
parent
14919567d1
commit
749a60bf39
@ -316,7 +316,7 @@ PPCVMTranslationMap::~PPCVMTranslationMap()
|
||||
|
||||
// mark the vsid base not in use
|
||||
int baseBit = fVSIDBase >> VSID_BASE_SHIFT;
|
||||
atomic_and((vint32 *)&sVSIDBaseBitmap[baseBit / 32],
|
||||
atomic_and((int32 *)&sVSIDBaseBitmap[baseBit / 32],
|
||||
~(1 << (baseBit % 32)));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user