Changeset 7f1c620 in mainline for generic/src/mm/tlb.c
- Timestamp:
- 2006-07-04T17:17:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ffa3ef5
- Parents:
- 991779c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/tlb.c
r991779c5 r7f1c620 79 79 * @param count Number of pages, if required by type. 80 80 */ 81 void tlb_shootdown_start(tlb_invalidate_type_t type, asid_t asid, __addresspage, count_t count)81 void tlb_shootdown_start(tlb_invalidate_type_t type, asid_t asid, uintptr_t page, count_t count) 82 82 { 83 83 int i; … … 142 142 tlb_invalidate_type_t type; 143 143 asid_t asid; 144 __addresspage;144 uintptr_t page; 145 145 count_t count; 146 146 int i;
Note:
See TracChangeset
for help on using the changeset viewer.