Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53901
b: refs/heads/master
c: f5efb41
h: refs/heads/master
i:
  53899: ea58ab1
v: v3
  • Loading branch information
Fernando Luis [** ISO-8859-1 charset **] V�zquezCao authored and Andi Kleen committed May 2, 2007
1 parent 2285d64 commit 16302f7
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: 9062d888aa448318e38792b6879a795dd10adda4
refs/heads/master: f5efb41e793ce587836b89b7191083b9a6185ed5
5 changes: 4 additions & 1 deletion trunk/arch/i386/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@ static inline void __send_IPI_dest_field(unsigned long mask, int vector)
/*
* 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 16302f7

Please sign in to comment.