Commit 5e94884f authored by Andrew Waterman's avatar Andrew Waterman
Browse files

Fix ITIM deallocation during I$ refill causing data corruption

Deallocation can change repl_way, which violates the assumption that it
remains constant throughout refill.

The workaround described in commit 3db06630
still suffices, provided only the hart that owns the ITIM changes the ITIM
allocation.

This subsumes commit 3db06630.
parent 66b7a8a5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment