Rev 619 | Rev 630 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 619 | Rev 627 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | #include <arch/console.h> |
33 | #include <arch/console.h> |
| 34 | 34 | ||
| 35 | void arch_pre_mm_init(void) |
35 | void arch_pre_mm_init(void) |
| 36 | { |
36 | { |
| 37 | ofw_sparc64_console_init(); |
37 | ofw_sparc64_console_init(); |
| - | 38 | trap_init(); |
|
| 38 | } |
39 | } |
| 39 | 40 | ||
| 40 | void arch_post_mm_init(void) |
41 | void arch_post_mm_init(void) |
| 41 | { |
42 | { |
| 42 | } |
43 | } |
| 43 | 44 | ||
| 44 | void arch_pre_smp_init(void) |
45 | void arch_pre_smp_init(void) |
| 45 | { |
46 | { |
| 46 | trap_init(); |
- | |
| 47 | } |
47 | } |
| 48 | 48 | ||
| 49 | void arch_post_smp_init(void) |
49 | void arch_post_smp_init(void) |
| 50 | { |
50 | { |
| 51 | } |
51 | } |