Rev 803 | Rev 894 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 803 | Rev 825 | ||
---|---|---|---|
Line 119... | Line 119... | ||
119 | i8254_init(); /* hard clock */ |
119 | i8254_init(); /* hard clock */ |
120 | 120 | ||
121 | #ifdef CONFIG_SMP |
121 | #ifdef CONFIG_SMP |
122 | exc_register(VECTOR_TLB_SHOOTDOWN_IPI, "tlb_shootdown", |
122 | exc_register(VECTOR_TLB_SHOOTDOWN_IPI, "tlb_shootdown", |
123 | tlb_shootdown_ipi); |
123 | tlb_shootdown_ipi); |
124 | exc_register(VECTOR_WAKEUP_IPI, "wakeup_ipi", wakeup_ipi); |
- | |
125 | #endif /* CONFIG_SMP */ |
124 | #endif /* CONFIG_SMP */ |
126 | } |
125 | } |
127 | } |
126 | } |
128 | 127 | ||
129 | void arch_post_mm_init(void) |
128 | void arch_post_mm_init(void) |