diff options
| author | 2009-12-19 09:47:18 -0800 | |
|---|---|---|
| committer | 2009-12-19 09:47:18 -0800 | |
| commit | 3cd312c3e887b4bee2d94668a481b3d19c07732c (patch) | |
| tree | c8978186da2155f7752de79a2cd5b59e3e298ce8 /kernel/timer.c | |
| parent | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 (diff) | |
| parent | timers: Remove duplicate setting of new_base in __mod_timer() (diff) | |
| download | linux-dev-3cd312c3e887b4bee2d94668a481b3d19c07732c.tar.xz linux-dev-3cd312c3e887b4bee2d94668a481b3d19c07732c.zip | |
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
timers: Remove duplicate setting of new_base in __mod_timer()
clockevents: Prevent clockevent_devices list corruption on cpu hotplug
Diffstat (limited to 'kernel/timer.c')
| -rw-r--r-- | kernel/timer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/timer.c b/kernel/timer.c index 5db5a8d26811..15533b792397 100644 --- a/kernel/timer.c +++ b/kernel/timer.c @@ -656,8 +656,6 @@ __mod_timer(struct timer_list *timer, unsigned long expires, debug_activate(timer, expires); - new_base = __get_cpu_var(tvec_bases); - cpu = smp_processor_id(); #if defined(CONFIG_NO_HZ) && defined(CONFIG_SMP) |
