Changes between Initial Version and Version 1 of Ticket #344, comment 1
- Timestamp:
- 2011-05-31T13:40:16Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #344, comment 1
initial v1 1 1 Fixed in [changeset:mainline,987 mainline,987] for ppc32. Initially, the Page Hash Table was used more like a huge TLB on ppc32. However, this is slightly misguided since the PHT is closer to Translation Storage Buffer on sparc64 (except that it is mandatory, while TLB is optional on ppc32). Currently the PHT gets invalidated correctly in as_area_destroy() and friends (although the current solution is suboptimal). 2 3 The question how this relates to mips32 (except for similar symptoms) is still open.