Changeset 46db10e9 in mainline for boot/arch/ia64/loader/main.c


Ignore:
Timestamp:
2009-03-04T22:54:12Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f7734012
Parents:
5e9de3a
Message:

Init-task names for ia64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/loader/main.c

    r5e9de3a r46db10e9  
    3535#include <balloc.h>
    3636#include <macros.h>
     37#include <string.h>
    3738
    3839extern bootinfo_t binfo;
     
    125126                        bootinfo->taskmap.tasks[bootinfo->taskmap.count].size =
    126127                            components[i].size;
     128                        strncpy(bootinfo->taskmap.tasks[
     129                            bootinfo->taskmap.count].name,
     130                            components[i].name, BOOTINFO_TASK_NAME_BUFLEN);
    127131                        bootinfo->taskmap.count++;
    128132                }
Note: See TracChangeset for help on using the changeset viewer.