Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19438
b: refs/heads/master
c: 9dbafa5
h: refs/heads/master
v: v3
  • Loading branch information
Jan Glauber authored and Linus Torvalds committed Feb 1, 2006
1 parent 4383811 commit 772c95a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e018ba1fceee5bd306e31f6e3a60934d5f143ac5
refs/heads/master: 9dbafa5368c2b7467bd2ce034b56c54908ceb39e
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ extern unsigned long wall_jiffies;
*/
unsigned long long sched_clock(void)
{
return ((get_clock() - jiffies_timer_cc) * 1000) >> 12;
return ((get_clock() - jiffies_timer_cc) * 125) >> 9;
}

void tod_to_timeval(__u64 todval, struct timespec *xtime)
Expand Down

0 comments on commit 772c95a

Please sign in to comment.