VMCache: Use THREAD_BLOCK_TYPE_OTHER_OBJECT.

This would have assisted in debugging #18390.
This commit is contained in:
Augustin Cavalier 2023-04-26 15:34:24 -04:00
parent 557f0446b3
commit 484bf053dc

View File

@ -952,7 +952,7 @@ VMCache::WaitForPageEvents(vm_page* page, uint32 events, bool relock)
fPageEventWaiters = &waiter;
thread_prepare_to_block(waiter.thread, 0, THREAD_BLOCK_TYPE_OTHER, page);
thread_prepare_to_block(waiter.thread, 0, THREAD_BLOCK_TYPE_OTHER_OBJECT, page);
Unlock();
thread_block();