Start time_uptime with 1 instead of 0.
Discussed with: phk
This commit is contained in:
parent
1761656cdd
commit
e452573df7
@ -88,7 +88,7 @@ struct timecounter *timecounter = &dummy_timecounter;
|
||||
static struct timecounter *timecounters = &dummy_timecounter;
|
||||
|
||||
time_t time_second = 1;
|
||||
time_t time_uptime = 0;
|
||||
time_t time_uptime = 1;
|
||||
|
||||
static struct bintime boottimebin;
|
||||
struct timeval boottime;
|
||||
|
Loading…
Reference in New Issue
Block a user