Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349836
b: refs/heads/master
c: 8aa2acc
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Frederic Weisbecker committed Nov 17, 2012
1 parent de7765c commit d970a99
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c0e980a4bd7fc5c9b748f2f0209d2a48c0fdf0ab
refs/heads/master: 8aa2accee41f7045dc904fa41d4475b2f6ffae3e
3 changes: 3 additions & 0 deletions trunk/kernel/irq_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ bool irq_work_needs_cpu(void)
if (llist_empty(this_list))
return false;

/* All work should have been flushed before going offline */
WARN_ON_ONCE(cpu_is_offline(smp_processor_id()));

return true;
}

Expand Down

0 comments on commit d970a99

Please sign in to comment.