ppc32: fix a possible race in pte_free()
Another processor could be walking the page table in the middle of the PTE page to be freeded. Synchronize with hash_page using the lock.
Showing
Please register or sign in to comment
Another processor could be walking the page table in the middle of the PTE page to be freeded. Synchronize with hash_page using the lock.