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


Ignore:
Timestamp:
2005-07-20T11:22:01Z (19 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/tlb.c

    r232e3ec7 r0970f43  
    2828
    2929#include <arch/mm/tlb.h>
     30#include <arch/mm/asid.h>
    3031#include <mm/tlb.h>
    3132#include <arch/cp0.h>
     
    5253void tlb_invalidate(int asid)
    5354{
     55        pri_t pri;
     56       
     57        pri = cpu_priority_high();
     58       
     59        asid_bitmap_reset();
     60       
     61        // TODO
     62       
     63        cpu_priority_restore(pri);
    5464}
Note: See TracChangeset for help on using the changeset viewer.