Changeset 281b607 in mainline for arch/mips32/src/mips32.c
- Timestamp:
- 2006-03-23T10:29:39Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0bb10ef
- Parents:
- 9aa72b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mips32.c
r9aa72b4 r281b607 40 40 #include <proc/uarg.h> 41 41 #include <print.h> 42 #include <syscall/syscall.h> 42 43 43 44 #include <arch/interrupt.h> … … 142 143 { 143 144 } 145 146 /** Set Thread-local-storeage pointer 147 * 148 * We have it currently in K1, it is 149 * possible to have it separately in the future. 150 */ 151 __native sys_tls_set(__native addr) 152 { 153 return 0; 154 }
Note:
See TracChangeset
for help on using the changeset viewer.