Rev 2927 | Rev 4338 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2927 | Rev 3588 | ||
---|---|---|---|
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 long sys_freq; |
|
- | 52 | unsigned long freq_scale; |
|
- | 53 | unsigned int wakeup_intno; |
|
- | 54 | ||
49 | } bootinfo_t; |
55 | } bootinfo_t; |
50 | 56 | ||
51 | extern bootinfo_t *bootinfo; |
57 | extern bootinfo_t *bootinfo; |
52 | 58 | ||
53 | extern void start(void); |
59 | extern void start(void); |