Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80292
b: refs/heads/master
c: 0723a69
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin LaHaise authored and Ingo Molnar committed Jan 30, 2008
1 parent f1ec690 commit 0f82f45
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: 6b8be6df7f971919622d152d144c8798ad7fd160
refs/heads/master: 0723a69a63beec1ca6e792239ef75d0181387ef0
3 changes: 3 additions & 0 deletions trunk/arch/x86/kernel/process_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ void cpu_idle(void)
rmb();
idle = pm_idle;

if (rcu_pending(cpu))
rcu_check_callbacks(cpu, 0);

if (!idle)
idle = default_idle;

Expand Down

0 comments on commit 0f82f45

Please sign in to comment.