Rev 27 | Rev 34 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 27 | Rev 32 | ||
---|---|---|---|
Line 113... | Line 113... | ||
113 | printf("%s, %s\n", project, copyright); |
113 | printf("%s, %s\n", project, copyright); |
114 | 114 | ||
115 | printf("%L: hardcoded_ktext_size=%dK, hardcoded_kdata_size=%dK\n", |
115 | printf("%L: hardcoded_ktext_size=%dK, hardcoded_kdata_size=%dK\n", |
116 | config.base, hardcoded_ktext_size/1024, hardcoded_kdata_size/1024); |
116 | config.base, hardcoded_ktext_size/1024, hardcoded_kdata_size/1024); |
117 | 117 | ||
118 | #ifdef __SMP__ |
118 | arch_late_init(); |
119 | mp_init(); /* Multiprocessor */ |
- | |
120 | #endif /* __SMP__ */ |
- | |
121 | 119 | ||
122 | printf("config.cpu_count=%d\n", config.cpu_count); |
120 | printf("config.cpu_count=%d\n", config.cpu_count); |
123 | 121 | ||
124 | cpu_init(); |
122 | cpu_init(); |
125 | calibrate_delay_loop(); |
123 | calibrate_delay_loop(); |