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


Ignore:
Timestamp:
2005-09-06T08:51:22Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e949fd6
Parents:
39ae77b
Message:

Fixed mips boot process.
On interrupt saving registers, save $lo, $hi.
Add interrupt naming to asm files (mips).
Save only necessary registers on context switch (see mips ABI).
Fixed copyright info.

File:
1 edited

Legend:

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

    r39ae77b re84439a  
    3636#include <symtab.h>
    3737
    38 void main_bsp(void);
    39 
    40 int bootstrap = 1;
    41 
    4238void tlb_refill(void)
    4339{
    44         if (bootstrap) {
    45                 bootstrap = 0;
    46                 main_bsp();
    47         }
    48        
    4940        panic("tlb_refill exception\n");
    5041}
Note: See TracChangeset for help on using the changeset viewer.