Skip to content
Snippets Groups Projects
Commit cd36c57b authored by Avi Kivity's avatar Avi Kivity
Browse files

mmu: fix page freeing race

We free the page, then remove it from the page table; but other cpus can
still access it during that window, when it may already be allocated to
someone else.

Change the order, and add a FIXME for the TLB flush.
parent 3115a668
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment