[RFC: -mm patch] remove kernel/timer.c:wall_jiffies

From: Adrian Bunk
Date: Fri Nov 17 2006 - 19:00:19 EST


"wall_jiffies" was added, but it's completely unused...

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.19-rc5-mm2/kernel/timer.c.old 2006-11-17 19:09:54.000000000 +0100
+++ linux-2.6.19-rc5-mm2/kernel/timer.c 2006-11-17 19:10:01.000000000 +0100
@@ -42,9 +42,6 @@
#include <asm/timex.h>
#include <asm/io.h>

-/* jiffies at the most recent update of wall time */
-unsigned long wall_jiffies = INITIAL_JIFFIES;
-
u64 jiffies_64 __cacheline_aligned_in_smp = INITIAL_JIFFIES;

EXPORT_SYMBOL(jiffies_64);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/