Changeset 9ad03fe in mainline for arch/ia64/src/mm/page.c
- Timestamp:
- 2006-03-01T12:58:13Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03427d0
- Parents:
- a0d74fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/mm/page.c
ra0d74fd r9ad03fe 73 73 74 74 /* 75 * And invalidatethe rest of region register.75 * And setup the rest of region register. 76 76 */ 77 77 for(i = 0; i < REGION_REGISTERS; i++) { … … 82 82 rr.word == rr_read(i); 83 83 rr.map.ve = 0; /* disable VHPT walker */ 84 rr.map.rid = RID_INVALID; 84 rr.map.rid = RID_KERNEL; 85 rr.map.ps = PAGE_WIDTH; 85 86 rr_write(i, rr.word); 86 87 srlz_i();
Note:
See TracChangeset
for help on using the changeset viewer.