Rev 3678 | Rev 3823 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3678 | Rev 3808 | ||
|---|---|---|---|
| Line 258... | Line 258... | ||
| 258 | 258 | ||
| 259 | printf("\nCanonizing OpenFirmware device tree..."); |
259 | printf("\nCanonizing OpenFirmware device tree..."); |
| 260 | bootinfo.ofw_root = ofw_tree_build(); |
260 | bootinfo.ofw_root = ofw_tree_build(); |
| 261 | printf("done.\n"); |
261 | printf("done.\n"); |
| 262 | 262 | ||
| 263 | #ifdef CONFIG_SMP |
263 | #ifdef CONFIG_AP |
| 264 | printf("\nChecking for secondary processors..."); |
264 | printf("\nChecking for secondary processors..."); |
| 265 | if (!ofw_cpu()) |
265 | if (!ofw_cpu()) |
| 266 | printf("Error: unable to get CPU properties\n"); |
266 | printf("Error: unable to get CPU properties\n"); |
| 267 | printf("done.\n"); |
267 | printf("done.\n"); |
| 268 | #endif |
268 | #endif |