Changeset 9cc492a7 in mainline


Ignore:
Timestamp:
2008-12-16T18:57:35Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8fe5980
Parents:
27e2916
Message:

add unused attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mm/tlb.c

    r27e2916 r9cc492a7  
    8282 * @param cnt Number of entries to invalidate.
    8383 */
    84 void tlb_invalidate_pages(asid_t asid, uintptr_t page, count_t cnt)
     84void tlb_invalidate_pages(asid_t asid __attribute__((unused)), uintptr_t page, count_t cnt)
    8585{
    8686        unsigned int i;
Note: See TracChangeset for help on using the changeset viewer.