Rev 627 | Rev 646 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 627 | Rev 630 | ||
|---|---|---|---|
| Line 26... | Line 26... | ||
| 26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | #include <arch.h> |
29 | #include <arch.h> |
| 30 | #include <print.h> |
30 | #include <print.h> |
| 31 | #include <arch/trap.h> |
- | |
| 32 | #include <arch/trap_table.h> |
31 | #include <arch/trap/trap.h> |
| 33 | #include <arch/console.h> |
32 | #include <arch/console.h> |
| 34 | 33 | ||
| 35 | void arch_pre_mm_init(void) |
34 | void arch_pre_mm_init(void) |
| 36 | { |
35 | { |
| 37 | ofw_sparc64_console_init(); |
36 | ofw_sparc64_console_init(); |