diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-09-17 14:52:23 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-09-17 14:53:10 -0400 |
| commit | 45bd00d31de886f8425b4dd33204b911b0a466a9 (patch) | |
| tree | 06204f2452e02ca916666173d50f5035d69065ef /kernel/timer.c | |
| parent | 40d9d82c8ab8c4e2373a23a1e31dc8d84c53aa01 (diff) | |
| parent | ab86e5765d41a5eb4239a1c04d613db87bea5ed8 (diff) | |
Merge branch 'linus' into tracing/core
Merge reason: Pick up kernel/softirq.c update for dependent fix.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/timer.c')
| -rw-r--r-- | kernel/timer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/timer.c b/kernel/timer.c index a7f07d5a6241..a3d25f415019 100644 --- a/kernel/timer.c +++ b/kernel/timer.c | |||
| @@ -1156,8 +1156,7 @@ void update_process_times(int user_tick) | |||
| 1156 | /* Note: this timer irq context must be accounted for as well. */ | 1156 | /* Note: this timer irq context must be accounted for as well. */ |
| 1157 | account_process_tick(p, user_tick); | 1157 | account_process_tick(p, user_tick); |
| 1158 | run_local_timers(); | 1158 | run_local_timers(); |
| 1159 | if (rcu_pending(cpu)) | 1159 | rcu_check_callbacks(cpu, user_tick); |
| 1160 | rcu_check_callbacks(cpu, user_tick); | ||
| 1161 | printk_tick(); | 1160 | printk_tick(); |
| 1162 | scheduler_tick(); | 1161 | scheduler_tick(); |
| 1163 | run_posix_cpu_timers(p); | 1162 | run_posix_cpu_timers(p); |
