Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19439
b: refs/heads/master
c: 32f65f2
h: refs/heads/master
i:
  19437: 4383811
  19435: 39c7adc
  19431: e999d92
  19423: ebcb45e
v: v3
  • Loading branch information
Jan Glauber authored and Linus Torvalds committed Feb 1, 2006
1 parent 772c95a commit e57bd87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9dbafa5368c2b7467bd2ce034b56c54908ceb39e
refs/heads/master: 32f65f274602b43e8f48314e9769f254da1d8323
9 changes: 9 additions & 0 deletions trunk/arch/s390/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ unsigned long long sched_clock(void)
return ((get_clock() - jiffies_timer_cc) * 125) >> 9;
}

/*
* Monotonic_clock - returns # of nanoseconds passed since time_init()
*/
unsigned long long monotonic_clock(void)
{
return sched_clock();
}
EXPORT_SYMBOL(monotonic_clock);

void tod_to_timeval(__u64 todval, struct timespec *xtime)
{
unsigned long long sec;
Expand Down

0 comments on commit e57bd87

Please sign in to comment.