Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53902
b: refs/heads/master
c: 70ae77f
h: refs/heads/master
v: v3
  • Loading branch information
Fernando Luis [** ISO-8859-1 charset **] V�zquezCao authored and Andi Kleen committed May 2, 2007
1 parent 16302f7 commit 5b69a1a
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f5efb41e793ce587836b89b7191083b9a6185ed5
refs/heads/master: 70ae77f497a57b3ef6b0987b6310327264517cb0
5 changes: 4 additions & 1 deletion trunk/include/asm-x86_64/ipi.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ static inline void __send_IPI_dest_field(unsigned int mask, int vector, unsigned
/*
* Wait for idle.
*/
apic_wait_icr_idle();
if (unlikely(vector == NMI_VECTOR))
safe_apic_wait_icr_idle();
else
apic_wait_icr_idle();

/*
* prepare target chip field
Expand Down

0 comments on commit 5b69a1a

Please sign in to comment.