summaryrefslogtreecommitdiffstats
path: root/arch/mips/cpu/mips32/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/cpu/mips32/time.c')
-rw-r--r--arch/mips/cpu/mips32/time.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/cpu/mips32/time.c b/arch/mips/cpu/mips32/time.c
index 350896a2a5..09fc842b50 100644
--- a/arch/mips/cpu/mips32/time.c
+++ b/arch/mips/cpu/mips32/time.c
@@ -36,7 +36,6 @@ static unsigned long timestamp;
int timer_init(void)
{
/* Set up the timer for the first expiration. */
- timestamp = 0;
write_c0_compare(read_c0_count() + CYCLES_PER_JIFFY);
return 0;
OpenPOWER on IntegriCloud