Changeset 8565a42 in mainline for kernel/arch/ia64/src/mm/vhpt.c
- Timestamp:
- 2018-03-02T20:34:50Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1a81f69, d5e5fd1
- Parents:
- 3061bc1 (diff), 34e1206 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
- git-committer:
- GitHub <noreply@…> (2018-03-02 20:34:50)
- File:
-
- 1 edited
-
kernel/arch/ia64/src/mm/vhpt.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/mm/vhpt.c
r3061bc1 r8565a42 46 46 if (!vhpt_frame) 47 47 panic("Kernel configured with VHPT but no memory for table."); 48 48 49 49 vhpt_base = (vhpt_entry_t *) PA2KA(vhpt_frame); 50 50 vhpt_invalidate_all(); … … 59 59 rid_t rid; 60 60 uint64_t tag; 61 61 62 62 vhpt_entry_t *ventry; 63 63 64 64 vrn = va >> VRN_SHIFT; 65 65 rid = ASID2RID(asid, vrn); 66 66 67 67 rr_save.word = rr_read(vrn); 68 68 rr.word = rr_save.word; … … 70 70 rr_write(vrn, rr.word); 71 71 srlz_i(); 72 72 73 73 ventry = (vhpt_entry_t *) thash(va); 74 74 tag = ttag(va); … … 76 76 srlz_i(); 77 77 srlz_d(); 78 78 79 79 ventry->word[0] = entry.word[0]; 80 80 ventry->word[1] = entry.word[1];
Note:
See TracChangeset
for help on using the changeset viewer.
