Changeset f7734012 in mainline for boot/arch/sparc64/loader/main.c
- Timestamp:
- 2009-03-05T19:32:36Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3d360758
- Parents:
- 46db10e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/main.c
r46db10e9 rf7734012 180 180 bootinfo.taskmap.tasks[bootinfo.taskmap.count].size = 181 181 components[i].size; 182 strncpy(bootinfo.taskmap.tasks[ 183 bootinfo.taskmap.count].name, components[i].name, 184 BOOTINFO_TASK_NAME_BUFLEN); 182 185 bootinfo.taskmap.count++; 183 186 }
Note:
See TracChangeset
for help on using the changeset viewer.