Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88712
b: refs/heads/master
c: 3428f3d
h: refs/heads/master
v: v3
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent 80a85a3 commit bb5a2f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 7930e53422d3d06ea873199f66c288806d37cc94
refs/heads/master: 3428f3d6caa3bc2adde050a2771a2821eb46f901
3 changes: 0 additions & 3 deletions trunk/arch/x86/kernel/smp_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,6 @@ int smp_call_function_single (int cpu, void (*func) (void *info), void *info,
/* prevent preemption and reschedule on another processor */
int ret, me = get_cpu();

/* Can deadlock when called with interrupts disabled */
WARN_ON(irqs_disabled());

if (cpu == me) {
local_irq_disable();
func(info);
Expand Down

0 comments on commit bb5a2f8

Please sign in to comment.