Changeset 096d11e5 in mainline for arch/sparc64/include/mm/tlb.h
- Timestamp:
- 2005-12-22T11:09:02Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2cf5634
- Parents:
- d53aba3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/mm/tlb.h
rd53aba3f r096d11e5 115 115 * @param value Value to be written. 116 116 */ 117 static inline __u64itlb_data_access_write(index_t entry, __u64 value)117 static inline void itlb_data_access_write(index_t entry, __u64 value) 118 118 { 119 119 tlb_data_access_addr_t reg; … … 145 145 * @param value Value to be written. 146 146 */ 147 static inline __u64dtlb_data_access_write(index_t entry, __u64 value)147 static inline void dtlb_data_access_write(index_t entry, __u64 value) 148 148 { 149 149 tlb_data_access_addr_t reg;
Note:
See TracChangeset
for help on using the changeset viewer.