Changeset 59e4864 in mainline for boot/arch/ia64/loader/main.h


Ignore:
Timestamp:
2008-11-11T08:00:42Z (15 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3c4a26
Parents:
a2a5529
Message:

Alfa of SMP support on IA64

File:
1 edited

Legend:

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

    ra2a5529 r59e4864  
    3030#define BOOT_ia64_MAIN_H_
    3131
    32 #include <ofw.h>
    33 #include <ofw_tree.h>
    3432#include <types.h>
     33#include <../../../../kernel/arch/ia64/include/bootinfo.h>
    3534
    3635
    3736#define CONFIG_INIT_TASKS       32
    3837
    39 typedef struct {
    40         void *addr;
    41         size_t size;
    42 } init_task_t;
    43        
    44 typedef struct {
    45         count_t count;
    46         init_task_t tasks[CONFIG_INIT_TASKS];
    47 } init_t;
    4838
    49 typedef struct {
    50         init_t taskmap;
    51 } bootinfo_t;
    52 
    53 extern bootinfo_t bootinfo;
    5439
    5540extern void start(void);
Note: See TracChangeset for help on using the changeset viewer.