Changeset e84439a in mainline for arch/mips/src/mm/tlb.c
- Timestamp:
- 2005-09-06T08:51:22Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e949fd6
- Parents:
- 39ae77b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/mm/tlb.c
r39ae77b re84439a 36 36 #include <symtab.h> 37 37 38 void main_bsp(void);39 40 int bootstrap = 1;41 42 38 void tlb_refill(void) 43 39 { 44 if (bootstrap) {45 bootstrap = 0;46 main_bsp();47 }48 49 40 panic("tlb_refill exception\n"); 50 41 }
Note:
See TracChangeset
for help on using the changeset viewer.