Rev 576 | Rev 894 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 576 | Rev 825 | ||
---|---|---|---|
Line 63... | Line 63... | ||
63 | exc_register(VECTOR_SYSCALL, "syscall", syscall); |
63 | exc_register(VECTOR_SYSCALL, "syscall", syscall); |
64 | 64 | ||
65 | #ifdef CONFIG_SMP |
65 | #ifdef CONFIG_SMP |
66 | exc_register(VECTOR_TLB_SHOOTDOWN_IPI, "tlb_shootdown", |
66 | exc_register(VECTOR_TLB_SHOOTDOWN_IPI, "tlb_shootdown", |
67 | tlb_shootdown_ipi); |
67 | tlb_shootdown_ipi); |
68 | exc_register(VECTOR_WAKEUP_IPI, "wakeup_ipi", wakeup_ipi); |
- | |
69 | #endif /* CONFIG_SMP */ |
68 | #endif /* CONFIG_SMP */ |
70 | } |
69 | } |
71 | } |
70 | } |
72 | 71 | ||
73 | void arch_post_mm_init(void) |
72 | void arch_post_mm_init(void) |