Rev 501 | Rev 511 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 501 | Rev 503 | ||
|---|---|---|---|
| Line 87... | Line 87... | ||
| 87 | if (config.cpu_active == 1) { |
87 | if (config.cpu_active == 1) { |
| 88 | ega_init(); /* video */ |
88 | ega_init(); /* video */ |
| 89 | } |
89 | } |
| 90 | } |
90 | } |
| 91 | 91 | ||
| 92 | void arch_late_init(void) |
92 | void arch_pre_smp_init(void) |
| 93 | { |
93 | { |
| 94 | if (config.cpu_active == 1) { |
94 | if (config.cpu_active == 1) { |
| 95 | memory_print_map(); |
95 | memory_print_map(); |
| 96 | 96 | ||
| 97 | #ifdef CONFIG_SMP |
97 | #ifdef CONFIG_SMP |
| 98 | acpi_init(); |
98 | acpi_init(); |
| 99 | #endif /* CONFIG_SMP */ |
99 | #endif /* CONFIG_SMP */ |
| 100 | } |
100 | } |
| 101 | } |
101 | } |
| 102 | 102 | ||
| - | 103 | void arch_post_smp_init(void) |
|
| - | 104 | { |
|
| - | 105 | } |
|
| - | 106 | ||
| 103 | void calibrate_delay_loop(void) |
107 | void calibrate_delay_loop(void) |
| 104 | { |
108 | { |
| 105 | i8254_calibrate_delay_loop(); |
109 | i8254_calibrate_delay_loop(); |
| 106 | i8254_normal_operation(); |
110 | i8254_normal_operation(); |
| 107 | } |
111 | } |