Rename vm::reservation_light_op -> light_op

Rename vm::reservation_peek_op -> peek_op
Also remove overkill assertion for cpu_flag::temp.
This commit is contained in:
Nekotekina
2020-10-30 23:43:25 +03:00
parent 2cee26c3e7
commit ba26e16411
4 changed files with 29 additions and 30 deletions
+1 -1
View File
@@ -1603,7 +1603,7 @@ s32 spursTasksetProcessRequest(spu_thread& spu, s32 request, u32* taskId, u32* i
{
auto spurs = kernelCtxt->spurs;
vm::reservation_light_op(spurs->readyCount(kernelCtxt->wklCurrentId), [&](atomic_t<u8>& val)
vm::light_op(spurs->readyCount(kernelCtxt->wklCurrentId), [&](atomic_t<u8>& val)
{
val.fetch_op([&](u8& val)
{