Changeset 6c441cf8 in mainline for kernel/arch/sparc64/src/mm/tlb.c


Ignore:
Timestamp:
2008-02-27T11:49:17Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56976a17
Parents:
fdb7795
Message:

code cleanup (mostly signed/unsigned)
allow extra compiler warnings

File:
1 edited

Legend:

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

    rfdb7795 r6c441cf8  
    491491void tlb_invalidate_pages(asid_t asid, uintptr_t page, count_t cnt)
    492492{
    493         int i;
     493        unsigned int i;
    494494        tlb_context_reg_t pc_save, ctx;
    495495       
Note: See TracChangeset for help on using the changeset viewer.