aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/timer.c')
-rw-r--r--kernel/timer.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/kernel/timer.c b/kernel/timer.c
index 43ca9936f2d0..87f656cc2a55 100644
--- a/kernel/timer.c
+++ b/kernel/timer.c
@@ -1293,19 +1293,6 @@ void run_local_timers(void)
1293 raise_softirq(TIMER_SOFTIRQ); 1293 raise_softirq(TIMER_SOFTIRQ);
1294} 1294}
1295 1295
1296/*
1297 * The 64-bit jiffies value is not atomic - you MUST NOT read it
1298 * without sampling the sequence number in xtime_lock.
1299 * jiffies is defined in the linker script...
1300 */
1301
1302void do_timer(unsigned long ticks)
1303{
1304 jiffies_64 += ticks;
1305 update_wall_time();
1306 calc_global_load(ticks);
1307}
1308
1309#ifdef __ARCH_WANT_SYS_ALARM 1296#ifdef __ARCH_WANT_SYS_ALARM
1310 1297
1311/* 1298/*