Changeset 0970f43 in mainline for arch/mips/src/mm/asid.c


Ignore:
Timestamp:
2005-07-20T11:22:01Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d365305
Parents:
232e3ec7
Message:

Make MIPS target compile and link properly with the new 4.0.1 MIPS toolchain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/src/mm/asid.c

    r232e3ec7 r0970f43  
    4040 *
    4141 */
    42 void asid_bitmap_reset()
     42void asid_bitmap_reset(void)
    4343{
    4444        memsetb(asid_bitmap, sizeof(asid_bitmap), 0);
     
    4949 *
    5050 */
    51 void init_asids()
     51void init_asids(void)
    5252{
    5353        memsetb(asids, sizeof(asids), 0);
Note: See TracChangeset for help on using the changeset viewer.