Changeset 3156582 in mainline for arch/mips/src/mips.c
- Timestamp:
- 2005-09-11T12:48:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e3fb24c
- Parents:
- 8491c48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/mips.c
r8491c48 r3156582 37 37 #include <memstr.h> 38 38 #include <arch/interrupt.h> 39 #include <arch/drivers/arc.h> 39 40 40 41 #include <print.h> … … 53 54 /* It is not assumed by default */ 54 55 cpu_priority_high(); 56 57 init_arc(); 55 58 56 59 /* Copy the exception vectors to the right places */ … … 80 83 81 84 console_init(); 85 arc_print_memory_map(); 82 86 } 83 87 … … 111 115 supervisor_sp = (__address) &THREAD->kstack[THREAD_STACK_SIZE-SP_DELTA]; 112 116 } 113 114
Note:
See TracChangeset
for help on using the changeset viewer.