Rev 1304 | Rev 1370 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1304 | Rev 1327 | ||
|---|---|---|---|
| Line 60... | Line 60... | ||
| 60 | void arch_post_mm_init(void) |
60 | void arch_post_mm_init(void) |
| 61 | { |
61 | { |
| 62 | if (config.cpu_active == 1) { |
62 | if (config.cpu_active == 1) { |
| 63 | /* Merge all zones to 1 big zone */ |
63 | /* Merge all zones to 1 big zone */ |
| 64 | zone_merge_all(); |
64 | zone_merge_all(); |
| - | 65 | ||
| - | 66 | ppc32_console_register(); |
|
| 65 | } |
67 | } |
| 66 | } |
68 | } |
| 67 | 69 | ||
| 68 | void arch_pre_smp_init(void) |
70 | void arch_pre_smp_init(void) |
| 69 | { |
71 | { |