Rev 38 | Rev 125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 38 | Rev 72 | ||
---|---|---|---|
Line 65... | Line 65... | ||
65 | trap_register(VECTOR_WAKEUP_IPI, wakeup_ipi); |
65 | trap_register(VECTOR_WAKEUP_IPI, wakeup_ipi); |
66 | #endif /* __SMP__ */ |
66 | #endif /* __SMP__ */ |
67 | } |
67 | } |
68 | } |
68 | } |
69 | 69 | ||
70 | void arch_post_mm_init() |
70 | void arch_post_mm_init(void) |
71 | { |
71 | { |
72 | if (config.cpu_active == 1) { |
72 | if (config.cpu_active == 1) { |
73 | ega_init(); /* video */ |
73 | ega_init(); /* video */ |
74 | } |
74 | } |
75 | } |
75 | } |
76 | 76 | ||
77 | void arch_late_init() |
77 | void arch_late_init(void) |
78 | { |
78 | { |
79 | if (config.cpu_active == 1) { |
79 | if (config.cpu_active == 1) { |
80 | #ifdef __SMP__ |
80 | #ifdef __SMP__ |
81 | acpi_init(); |
81 | acpi_init(); |
82 | #endif /* __SMP__ */ |
82 | #endif /* __SMP__ */ |