Changeset 9cc492a7 in mainline
- Timestamp:
- 2008-12-16T18:57:35Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8fe5980
- Parents:
- 27e2916
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mm/tlb.c
r27e2916 r9cc492a7 82 82 * @param cnt Number of entries to invalidate. 83 83 */ 84 void tlb_invalidate_pages(asid_t asid , uintptr_t page, count_t cnt)84 void tlb_invalidate_pages(asid_t asid __attribute__((unused)), uintptr_t page, count_t cnt) 85 85 { 86 86 unsigned int i;
Note:
See TracChangeset
for help on using the changeset viewer.