Changeset 89b1b64 in mainline for kernel/arch/mips32/src/mips32.c
- Timestamp:
- 2009-03-04T22:35:16Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e9de3a
- Parents:
- 63d1ebd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mips32.c
r63d1ebd r89b1b64 55 55 #include <macros.h> 56 56 #include <ddi/device.h> 57 #include <config.h> 58 #include <string.h> 57 59 58 60 #include <arch/asm/regname.h> … … 87 89 init.tasks[i].addr = bootinfo->tasks[i].addr; 88 90 init.tasks[i].size = bootinfo->tasks[i].size; 91 strncpy(init.tasks[i].name, bootinfo->tasks[i].name, 92 CONFIG_TASK_NAME_BUFLEN); 89 93 } 90 94
Note:
See TracChangeset
for help on using the changeset viewer.