aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2008-11-27 00:02:10 +0300
committerIngo Molnar <mingo@elte.hu>2008-11-28 14:17:25 +0100
commit5ae3a139cf4fc2349f1dfa1993a66c1dcc119468 (patch)
tree97821b5d6c1e34b7ff3f8f1829f75afccb9a8777 /arch/x86/kernel/entry_64.S
parentx86: entry_64.S - use ENTRY to define child_rip (diff)
downloadlinux-dev-5ae3a139cf4fc2349f1dfa1993a66c1dcc119468.tar.xz
linux-dev-5ae3a139cf4fc2349f1dfa1993a66c1dcc119468.zip
x86: uv bau interrupt -- use proper interrupt number
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Acked-by: Cliff Wickman <cpw@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/entry_64.S')
-rw-r--r--arch/x86/kernel/entry_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S
index 0a910a7f85f5..57d7f7a5ad2f 100644
--- a/arch/x86/kernel/entry_64.S
+++ b/arch/x86/kernel/entry_64.S
@@ -938,7 +938,7 @@ apicinterrupt IRQ_MOVE_CLEANUP_VECTOR \
irq_move_cleanup_interrupt smp_irq_move_cleanup_interrupt
#endif
-apicinterrupt 220 \
+apicinterrupt UV_BAU_MESSAGE \
uv_bau_message_intr1 uv_bau_message_interrupt
apicinterrupt LOCAL_TIMER_VECTOR \
apic_timer_interrupt smp_apic_timer_interrupt