Changeset 457d18a in mainline for arch/ia64/src/mm/asid.c
- Timestamp:
- 2006-01-28T16:47:39Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d0780b4c
- Parents:
- 849386a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/mm/asid.c
r849386a r457d18a 50 50 #include <mm/asid.h> 51 51 #include <mm/as.h> 52 #include <genarch/mm/page_ht.h> 52 53 #include <mm/tlb.h> 53 54 #include <list.h> … … 105 106 spinlock_unlock(&as->lock); 106 107 } 108 109 /* 110 * The page hash table uses VHPT long format PTE's. 111 * Unfortunatelly, this format has no space to 112 * store as_t pointer, so it is necessary to 113 * invalidate the whole structure after all ASIDs 114 * have been reassigned. The information swept out 115 * from the page hash table can be later reconstructed 116 * from as_t structures on demand. 117 */ 118 ht_invalidate_all(); 107 119 108 120 /*
Note:
See TracChangeset
for help on using the changeset viewer.