Changeset 437e35a0 in mainline for arch/mips/src/mm/tlb.c


Ignore:
Timestamp:
2005-09-01T18:38:09Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73838ed
Parents:
5a2e9bbb
Message:

Fixed bad register assignment in atomic.h.
Added -msoft-float so that it does not call coprocessor and it works withou doubles.
Removed undefined symbol from tlb.c. Unfortunately
mips linker does not report missing symbols.

File:
1 edited

Legend:

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

    r5a2e9bbb r437e35a0  
    6262        pri = cpu_priority_high();
    6363       
    64         asid_bitmap_reset();
     64//      asid_bitmap_reset();
    6565       
    6666        // TODO
Note: See TracChangeset for help on using the changeset viewer.