diff options
| author | Steve French <sfrench@us.ibm.com> | 2009-06-14 09:34:46 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2009-06-14 09:34:46 -0400 |
| commit | b70b92e41d95fd906f05f6e98f61209201495fa7 (patch) | |
| tree | 594890f30f1d89d54eccfd2780dfc033bd2fdd06 /arch/x86/kernel/irqinit.c | |
| parent | 1e68b2b2756fc3488ecbade5ad5f13302b3aaafc (diff) | |
| parent | 44b7532b8b464f606053562400719c9c21276037 (diff) | |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'arch/x86/kernel/irqinit.c')
| -rw-r--r-- | arch/x86/kernel/irqinit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/irqinit.c b/arch/x86/kernel/irqinit.c index 267c6624c77f..696f0e475c2d 100644 --- a/arch/x86/kernel/irqinit.c +++ b/arch/x86/kernel/irqinit.c | |||
| @@ -173,6 +173,9 @@ static void __init smp_intr_init(void) | |||
| 173 | /* Low priority IPI to cleanup after moving an irq */ | 173 | /* Low priority IPI to cleanup after moving an irq */ |
| 174 | set_intr_gate(IRQ_MOVE_CLEANUP_VECTOR, irq_move_cleanup_interrupt); | 174 | set_intr_gate(IRQ_MOVE_CLEANUP_VECTOR, irq_move_cleanup_interrupt); |
| 175 | set_bit(IRQ_MOVE_CLEANUP_VECTOR, used_vectors); | 175 | set_bit(IRQ_MOVE_CLEANUP_VECTOR, used_vectors); |
| 176 | |||
| 177 | /* IPI used for rebooting/stopping */ | ||
| 178 | alloc_intr_gate(REBOOT_VECTOR, reboot_interrupt); | ||
| 176 | #endif | 179 | #endif |
| 177 | #endif /* CONFIG_SMP */ | 180 | #endif /* CONFIG_SMP */ |
| 178 | } | 181 | } |
