Rev 990 | Rev 1007 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 990 | Rev 1004 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | 28 | ||
| 29 | #include <arch.h> |
29 | #include <arch.h> |
| 30 | #include <arch/console.h> |
30 | #include <arch/console.h> |
| 31 | #include <arch/drivers/cuda.h> |
31 | #include <arch/drivers/cuda.h> |
| 32 | #include <arch/mm/memory_init.h> |
32 | #include <arch/mm/memory_init.h> |
| - | 33 | #include <arch/interrupt.h> |
|
| 33 | 34 | ||
| 34 | void arch_pre_mm_init(void) |
35 | void arch_pre_mm_init(void) |
| 35 | { |
36 | { |
| - | 37 | /* Initialize dispatch table */ |
|
| - | 38 | interrupt_init(); |
|
| - | 39 | ||
| 36 | ppc32_console_init(); |
40 | ppc32_console_init(); |
| 37 | cuda_init(); |
41 | cuda_init(); |
| 38 | } |
42 | } |
| 39 | 43 | ||
| 40 | void arch_post_mm_init(void) |
44 | void arch_post_mm_init(void) |