From 53ab26f41040eefa0ccd87ad36e0a6030ade5ee4 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Wed, 16 May 2012 19:03:44 +0300 Subject: [PATCH] --- yaml --- r: 305020 b: refs/heads/master c: 4ebcc243901c48ee3baba6bdf179c7315fa8806f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/apic.h | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 4f14398a9599..42e8529a8e2d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c8f64bf7df9e4858c051b6c1c09582359b97677d +refs/heads/master: 4ebcc243901c48ee3baba6bdf179c7315fa8806f diff --git a/trunk/arch/x86/include/asm/apic.h b/trunk/arch/x86/include/asm/apic.h index d85410171260..a09e9ab0bbdf 100644 --- a/trunk/arch/x86/include/asm/apic.h +++ b/trunk/arch/x86/include/asm/apic.h @@ -463,9 +463,7 @@ static inline void ack_APIC_irq(void) * ack_APIC_irq() actually gets compiled as a single instruction * ... yummie. */ - - /* Docs say use 0 for future compatibility */ - apic_write(APIC_EOI, 0); + apic_write(APIC_EOI, APIC_EOI_ACK); } static inline unsigned default_get_apic_id(unsigned long x)