Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206157
b: refs/heads/master
c: b292307
h: refs/heads/master
i:
  206155: b8e4ef9
v: v3
  • Loading branch information
Thomas Gleixner committed Aug 3, 2010
1 parent 78fdc9d commit 92fd912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 157b1a23856b9fb7cc3d19fa2ddc650b502bab3d
refs/heads/master: b29230769e3482bbd62a07d6d9485371ee66a18f
5 changes: 2 additions & 3 deletions trunk/arch/um/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,14 @@ static void __init setup_itimer(void)

void read_persistent_clock(struct timespec *ts)
{
nsecs = os_nsecs();
long long nsecs = os_nsecs();

set_normalized_timespec(ts, nsecs / NSEC_PER_SEC,
nsecs % NSEC_PER_SEC);
}

void __init time_init(void)
{
long long nsecs;

timer_init();
late_time_init = setup_itimer;
}

0 comments on commit 92fd912

Please sign in to comment.