Changes in kernel/arch/mips32/src/mips32.c [eff1f033:86a3f89b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mips32.c
reff1f033 r86a3f89b 168 168 void arch_post_smp_init(void) 169 169 { 170 static const char *platform;171 172 /* Set platform name. */173 #ifdef MACHINE_msim174 platform = "msim";175 #endif176 #ifdef MACHINE_bgxemul177 platform = "gxemul";178 #endif179 #ifdef MACHINE_lgxemul180 platform = "gxemul";181 #endif182 sysinfo_set_item_data("platform", NULL, (void *) platform,183 str_size(platform));184 185 170 #ifdef CONFIG_MIPS_KBD 186 171 /* … … 248 233 * possible to have it separately in the future. 249 234 */ 250 sysarg_t sys_tls_set(sysarg_t addr)235 unative_t sys_tls_set(unative_t addr) 251 236 { 252 237 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.