Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138692
b: refs/heads/master
c: b2b3525
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Mar 5, 2009
1 parent 8cf545d commit 6de28f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1400b3faab8fedfffde5a7fe47098e2732d4aa76
refs/heads/master: b2b352590d94651579e6914ecdb08d30b2cb5f19
2 changes: 2 additions & 0 deletions trunk/arch/x86/include/asm/apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,13 +379,15 @@ static inline u32 safe_apic_wait_icr_idle(void)

static inline void ack_APIC_irq(void)
{
#ifdef CONFIG_X86_LOCAL_APIC
/*
* ack_APIC_irq() actually gets compiled as a single instruction
* ... yummie.
*/

/* Docs say use 0 for future compatibility */
apic_write(APIC_EOI, 0);
#endif
}

static inline unsigned default_get_apic_id(unsigned long x)
Expand Down

0 comments on commit 6de28f9

Please sign in to comment.