lkml.org 
[lkml]   [2003]   [Oct]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: uptime reset after about 45 days
> After about 45 days or so, my uptime was reset. My idle time is correct.
>
> $ cat /proc/uptime
> 94245.37 3686026.54
>
> $ cat /proc/version Linux version 2.4.20-gentoo-r1
> (root@dpb2.resnet.calvin.edu) (gcc version 3.2.2) #6 SMP Thu Apr 17
> 14:11:34 EDT 2003

Uptime is stored in jiffies which is 32bit on your arch, which results in
an overflow after 2^32 clock ticks. TTTicks were 100 HZ till recently
(overflow after 470 or so days) now, they're 1000 -> overflows after 45
days. Doesn't wreck anything except for uptime display - known problem,
not worth the trouble fixing it would cause (64 bit values are
non-atomic, unless MMX/SSE which isn't allowed in kernel) - however there
is (if I'm not mistaken) a patch available wihich fixes this 'problem'.

However since it is only a matter of uptime display...

Cheers,
MaZe.

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

\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.060 / U:0.620 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site