Rev 2071 | Rev 2134 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2089 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | * @{ |
30 | * @{ |
| 31 | */ |
31 | */ |
| 32 | /** @file |
32 | /** @file |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #include <arch/asm.h> |
- | |
| 36 | #include <cpu.h> |
35 | #include <cpu.h> |
| 37 | #include <arch.h> |
36 | #include <arch.h> |
| 38 | #include <print.h> |
- | |
| 39 | #include <arch/register.h> |
- | |
| 40 | #include <genarch/ofw/ofw_tree.h> |
37 | #include <genarch/ofw/ofw_tree.h> |
| 41 | #include <arch/types.h> |
- | |
| 42 | #include <arch/drivers/tick.h> |
38 | #include <arch/drivers/tick.h> |
| - | 39 | #include <print.h> |
|
| 43 | 40 | ||
| 44 | /** Perform sparc64 specific initialization of the processor structure for the |
41 | /** Perform sparc64 specific initialization of the processor structure for the |
| 45 | * current processor. |
42 | * current processor. |
| 46 | */ |
43 | */ |
| 47 | void cpu_arch_init(void) |
44 | void cpu_arch_init(void) |