diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2012-05-16 12:03:25 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-05-18 03:46:07 -0400 |
commit | c8f64bf7df9e4858c051b6c1c09582359b97677d (patch) | |
tree | 9452c21238318e14de47821a8f7cd88364d36d92 /arch/x86/platform/visws | |
parent | 87e4baacaeba098e217b14e9d2f6af428fe3f657 (diff) |
x86/apic: Fix typo EIO_ACK -> EOI_ACK and document it
Fix typo in the macro name and document the
reason it has this value. Update users.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Cc: Avi Kivity <avi@redhat.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: gleb@redhat.com
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/37867b31b9330690af2e60a2a7c4cb4b1b070caf.1337184153.git.mst@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/platform/visws')
-rw-r--r-- | arch/x86/platform/visws/visws_quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/visws/visws_quirks.c b/arch/x86/platform/visws/visws_quirks.c index c7abf13a213f..94d8a39332ec 100644 --- a/arch/x86/platform/visws/visws_quirks.c +++ b/arch/x86/platform/visws/visws_quirks.c | |||
@@ -445,7 +445,7 @@ static void ack_cobalt_irq(struct irq_data *data) | |||
445 | 445 | ||
446 | spin_lock_irqsave(&cobalt_lock, flags); | 446 | spin_lock_irqsave(&cobalt_lock, flags); |
447 | disable_cobalt_irq(data); | 447 | disable_cobalt_irq(data); |
448 | apic_write(APIC_EOI, APIC_EIO_ACK); | 448 | apic_write(APIC_EOI, APIC_EOI_ACK); |
449 | spin_unlock_irqrestore(&cobalt_lock, flags); | 449 | spin_unlock_irqrestore(&cobalt_lock, flags); |
450 | } | 450 | } |
451 | 451 | ||