Changes in kernel/arch/mips32/src/start.S [27ba40f:0c39b96] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/start.S
r27ba40f r0c39b96 222 222 223 223 /* move $k0 pointer to kernel stack */ 224 la $k0, supervisor_sp 224 lui $k0, %hi(supervisor_sp) 225 ori $k0, $k0, %lo(supervisor_sp) 225 226 226 227 /* move $k0 (supervisor_sp) */
Note:
See TracChangeset
for help on using the changeset viewer.