Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34171
b: refs/heads/master
c: 47addc8
h: refs/heads/master
i:
  34169: 19aa59c
  34167: 940c564
v: v3
  • Loading branch information
Frank Pavlic authored and Martin Schwidefsky committed Sep 20, 2006
1 parent adb759f commit e5ee04c
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: 7d5d688f724dd5a651d1ce7bc3ea7c03d28137a1
refs/heads/master: 47addc84b450fd5e391ab118e178645cb0bbd89d
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/qdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ qdio_min(int a,int b)
static inline __u64
qdio_get_micros(void)
{
return (get_clock() >> 10); /* time>>12 is microseconds */
return (get_clock() >> 12); /* time>>12 is microseconds */
}

/*
Expand Down

0 comments on commit e5ee04c

Please sign in to comment.