Changeset 096d11e5 in mainline for arch/sparc64/include/mm/tlb.h


Ignore:
Timestamp:
2005-12-22T11:09:02Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2cf5634
Parents:
d53aba3f
Message:

sparc64 work.
Add functions to read and write TICK and TICK_compare registers.
Add types describing TICK and TICK_compare registers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/include/mm/tlb.h

    rd53aba3f r096d11e5  
    115115 * @param value Value to be written.
    116116 */
    117 static inline __u64 itlb_data_access_write(index_t entry, __u64 value)
     117static inline void itlb_data_access_write(index_t entry, __u64 value)
    118118{
    119119        tlb_data_access_addr_t reg;
     
    145145 * @param value Value to be written.
    146146 */
    147 static inline __u64 dtlb_data_access_write(index_t entry, __u64 value)
     147static inline void dtlb_data_access_write(index_t entry, __u64 value)
    148148{
    149149        tlb_data_access_addr_t reg;
Note: See TracChangeset for help on using the changeset viewer.