Changeset f7734012 in mainline for boot/arch/sparc64/loader/main.h


Ignore:
Timestamp:
2009-03-05T19:32:36Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3d360758
Parents:
46db10e9
Message:

Init-task names for sparc64 (that's the final one, whew).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/loader/main.h

    r46db10e9 rf7734012  
    3939#define TASKMAP_MAX_RECORDS 32
    4040
     41/** Size of buffer for storing task name in task_t. */
     42#define BOOTINFO_TASK_NAME_BUFLEN 32
     43
    4144#define BSP_PROCESSOR   1
    4245#define AP_PROCESSOR    0
     
    4851        void *addr;
    4952        uint32_t size;
     53        char name[BOOTINFO_TASK_NAME_BUFLEN];
    5054} task_t;
    5155
Note: See TracChangeset for help on using the changeset viewer.