Rev 501 | Rev 532 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 501 | Rev 503 | ||
|---|---|---|---|
| Line 64... | Line 64... | ||
| 64 | extern void the_initialize(the_t *the); |
64 | extern void the_initialize(the_t *the); |
| 65 | extern void the_copy(the_t *src, the_t *dst); |
65 | extern void the_copy(the_t *src, the_t *dst); |
| 66 | 66 | ||
| 67 | extern void arch_pre_mm_init(void); |
67 | extern void arch_pre_mm_init(void); |
| 68 | extern void arch_post_mm_init(void); |
68 | extern void arch_post_mm_init(void); |
| - | 69 | extern void arch_pre_smp_init(void); |
|
| 69 | extern void arch_late_init(void); |
70 | extern void arch_post_smp_init(void); |
| 70 | extern void calibrate_delay_loop(void); |
71 | extern void calibrate_delay_loop(void); |
| 71 | 72 | ||
| 72 | extern ipl_t interrupts_disable(void); |
73 | extern ipl_t interrupts_disable(void); |
| 73 | extern ipl_t interrupts_enable(void); |
74 | extern ipl_t interrupts_enable(void); |
| 74 | extern void interrupts_restore(ipl_t ipl); |
75 | extern void interrupts_restore(ipl_t ipl); |