Rev 1170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1170 | Rev 1223 | ||
---|---|---|---|
Line 59... | Line 59... | ||
59 | #define THE ((the_t *)(get_stack_base())) |
59 | #define THE ((the_t *)(get_stack_base())) |
60 | 60 | ||
61 | extern void the_initialize(the_t *the); |
61 | extern void the_initialize(the_t *the); |
62 | extern void the_copy(the_t *src, the_t *dst); |
62 | extern void the_copy(the_t *src, the_t *dst); |
63 | 63 | ||
- | 64 | extern void arch_pre_main(void); |
|
64 | extern void arch_pre_mm_init(void); |
65 | extern void arch_pre_mm_init(void); |
65 | extern void arch_post_mm_init(void); |
66 | extern void arch_post_mm_init(void); |
66 | extern void arch_pre_smp_init(void); |
67 | extern void arch_pre_smp_init(void); |
67 | extern void arch_post_smp_init(void); |
68 | extern void arch_post_smp_init(void); |
68 | extern void calibrate_delay_loop(void); |
69 | extern void calibrate_delay_loop(void); |