Rev 2517 | Rev 3583 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2517 | Rev 3578 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef KERN_ia64_BOOTINFO_H_ |
29 | #ifndef KERN_ia64_BOOTINFO_H_ |
30 | #define KERN_ia64_BOOTINFO_H_ |
30 | #define KERN_ia64_BOOTINFO_H_ |
31 | 31 | ||
32 | - | ||
- | 32 | #define BOOTINFO_ADDRESS 0x4401000 |
|
33 | 33 | ||
34 | #define CONFIG_INIT_TASKS 32 |
34 | #define CONFIG_INIT_TASKS 32 |
35 | 35 | ||
36 | typedef struct { |
36 | typedef struct { |
37 | void *addr; |
37 | void *addr; |
Line 44... | Line 44... | ||
44 | } binit_t; |
44 | } binit_t; |
45 | 45 | ||
46 | 46 | ||
47 | typedef struct { |
47 | typedef struct { |
48 | binit_t taskmap; |
48 | binit_t taskmap; |
- | 49 | ||
- | 50 | unsigned long * sapic; |
|
- | 51 | unsigned int wakeup_intno; |
|
- | 52 | ||
49 | } bootinfo_t; |
53 | } bootinfo_t; |
50 | 54 | ||
51 | extern bootinfo_t *bootinfo; |
55 | extern bootinfo_t *bootinfo; |
52 | 56 | ||
53 | extern void start(void); |
57 | extern void start(void); |