Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30516
b: refs/heads/master
c: 899ced0
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Mohr authored and Linus Torvalds committed Jun 26, 2006
1 parent cdd5490 commit fd31322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cab093b9d4b40c71c6261a11ba8f1ca027e09008
refs/heads/master: 899ced0dd9457b9c349663ca4cb4ec09167728a6
3 changes: 2 additions & 1 deletion trunk/include/asm-x86_64/apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ static __inline unsigned int apic_read(unsigned long reg)

static __inline__ void apic_wait_icr_idle(void)
{
while ( apic_read( APIC_ICR ) & APIC_ICR_BUSY );
while (apic_read( APIC_ICR ) & APIC_ICR_BUSY)
cpu_relax();
}

static inline void ack_APIC_irq(void)
Expand Down

0 comments on commit fd31322

Please sign in to comment.