diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2014-11-20 08:42:02 -0500 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2014-11-20 08:42:02 -0500 |
| commit | a02001086bbfb4da35d1228bebc2f1b442db455f (patch) | |
| tree | 62ab47936cef06fd08657ca5b6cd1df98c19be57 /kernel/time/timer.c | |
| parent | eff264efeeb0898408e8c9df72d8a32621035bed (diff) | |
| parent | fc14f9c1272f62c3e8d01300f52467c0d9af50f9 (diff) | |
Merge Linus' tree to be be to apply submitted patches to newer code than
current trivial.git base
Diffstat (limited to 'kernel/time/timer.c')
| -rw-r--r-- | kernel/time/timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/time/timer.c b/kernel/time/timer.c index aca5dfe2fa3d..3260ffdb368f 100644 --- a/kernel/time/timer.c +++ b/kernel/time/timer.c | |||
| @@ -655,7 +655,7 @@ static inline void debug_assert_init(struct timer_list *timer) | |||
| 655 | static void do_init_timer(struct timer_list *timer, unsigned int flags, | 655 | static void do_init_timer(struct timer_list *timer, unsigned int flags, |
| 656 | const char *name, struct lock_class_key *key) | 656 | const char *name, struct lock_class_key *key) |
| 657 | { | 657 | { |
| 658 | struct tvec_base *base = __raw_get_cpu_var(tvec_bases); | 658 | struct tvec_base *base = raw_cpu_read(tvec_bases); |
| 659 | 659 | ||
| 660 | timer->entry.next = NULL; | 660 | timer->entry.next = NULL; |
| 661 | timer->base = (void *)((unsigned long)base | flags); | 661 | timer->base = (void *)((unsigned long)base | flags); |
| @@ -1385,7 +1385,7 @@ void update_process_times(int user_tick) | |||
| 1385 | rcu_check_callbacks(cpu, user_tick); | 1385 | rcu_check_callbacks(cpu, user_tick); |
| 1386 | #ifdef CONFIG_IRQ_WORK | 1386 | #ifdef CONFIG_IRQ_WORK |
| 1387 | if (in_irq()) | 1387 | if (in_irq()) |
| 1388 | irq_work_run(); | 1388 | irq_work_tick(); |
| 1389 | #endif | 1389 | #endif |
| 1390 | scheduler_tick(); | 1390 | scheduler_tick(); |
| 1391 | run_posix_cpu_timers(p); | 1391 | run_posix_cpu_timers(p); |
