Changeset 904b1bc in mainline for kernel/arch/sparc64/src/mm/sun4u/tsb.c
- Timestamp:
- 2018-05-22T10:36:58Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a4eb3ba2
- Parents:
- 4f8772d4
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-21 17:36:30)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-22 10:36:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/mm/sun4u/tsb.c
r4f8772d4 r904b1bc 97 97 */ 98 98 99 tte->tag.invalid = true; /* invalidate the entry 100 * (tag target has this 101 * set to 0) */ 99 /* Invalidate the entry (tag target has this set to 0) */ 100 tte->tag.invalid = true; 102 101 103 102 write_barrier(); … … 142 141 */ 143 142 144 tte->tag.invalid = true; /* invalidate the entry 145 * (tag target has this 146 * set to 0) */ 143 /* Invalidate the entry (tag target has this set to 0) */ 144 tte->tag.invalid = true; 147 145 148 146 write_barrier();
Note:
See TracChangeset
for help on using the changeset viewer.