Changeset 27ba40f in mainline for kernel/arch/mips32
- Timestamp:
- 2011-07-01T16:41:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f335225
- Parents:
- 5d506860
- Location:
- kernel/arch/mips32
- Files:
-
- 6 edited
-
include/cycle.h (modified) (1 diff)
-
include/debug.h (modified) (1 diff)
-
include/mm/frame.h (modified) (1 diff)
-
include/stack.h (modified) (1 diff)
-
src/cpu/cpu.c (modified) (1 diff)
-
src/start.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/cycle.h
r5d506860 r27ba40f 27 27 */ 28 28 29 /** @addtogroup mips 229 /** @addtogroup mips32 30 30 * @{ 31 31 */ -
kernel/arch/mips32/include/debug.h
r5d506860 r27ba40f 34 34 35 35 #ifndef KERN_mips32_DEBUG_H_ 36 #define KERN_mips 23_DEBUG_H_36 #define KERN_mips32_DEBUG_H_ 37 37 38 38 /** Enter the simulator trace mode */ -
kernel/arch/mips32/include/mm/frame.h
r5d506860 r27ba40f 42 42 #ifndef __ASM__ 43 43 44 #include <typedefs.h>45 46 44 extern void frame_arch_init(void); 47 45 extern void physmem_print(void); -
kernel/arch/mips32/include/stack.h
r5d506860 r27ba40f 39 39 #define STACK_ALIGNMENT 8 40 40 41 #define STACK_ARG0 042 #define STACK_ARG1 443 #define STACK_ARG2 844 #define STACK_ARG3 1245 #define STACK_ARG4 1646 #define STACK_ARG5 2047 #define STACK_ARG6 2448 49 41 #endif 50 42 -
kernel/arch/mips32/src/cpu/cpu.c
r5d506860 r27ba40f 37 37 #include <arch.h> 38 38 #include <arch/cp0.h> 39 #include <print.h> 39 #include <print.h> 40 40 41 41 struct data_t { -
kernel/arch/mips32/src/start.S
r5d506860 r27ba40f 222 222 223 223 /* move $k0 pointer to kernel stack */ 224 lui $k0, %hi(supervisor_sp) 225 ori $k0, $k0, %lo(supervisor_sp) 224 la $k0, supervisor_sp 226 225 227 226 /* move $k0 (supervisor_sp) */
Note:
See TracChangeset
for help on using the changeset viewer.
