Rev 2227 | Rev 3880 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2227 | Rev 3672 | ||
---|---|---|---|
Line 84... | Line 84... | ||
84 | /* |
84 | /* |
85 | * We have 2^11 different interrupt vectors. |
85 | * We have 2^11 different interrupt vectors. |
86 | * But we only create 128 buckets. |
86 | * But we only create 128 buckets. |
87 | */ |
87 | */ |
88 | irq_init(1 << 11, 128); |
88 | irq_init(1 << 11, 128); |
89 | 89 | ||
90 | standalone_sparc64_console_init(); |
90 | standalone_sparc64_console_init(); |
91 | } |
91 | } |
92 | } |
92 | } |
93 | 93 | ||
94 | void arch_post_cpu_init(void) |
94 | void arch_post_cpu_init(void) |