Changeset 98000fb in mainline for kernel/arch/sparc64/include/mm/tsb.h


Ignore:
Timestamp:
2009-06-03T19:34:45Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
301ff30
Parents:
69e68e3
Message:

remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/mm/tsb.h

    r69e68e3 r98000fb  
    161161struct pte;
    162162
    163 extern void tsb_invalidate(struct as *as, uintptr_t page, count_t pages);
    164 extern void itsb_pte_copy(struct pte *t, index_t index);
    165 extern void dtsb_pte_copy(struct pte *t, index_t index, bool ro);
     163extern void tsb_invalidate(struct as *as, uintptr_t page, size_t pages);
     164extern void itsb_pte_copy(struct pte *t, size_t index);
     165extern void dtsb_pte_copy(struct pte *t, size_t index, bool ro);
    166166
    167167#endif /* !def __ASM__ */
Note: See TracChangeset for help on using the changeset viewer.