Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58102
b: refs/heads/master
c: fde937d
h: refs/heads/master
v: v3
  • Loading branch information
Will Schmidt authored and Linus Torvalds committed Jun 30, 2007
1 parent 6f8f2e6 commit 353c4d9
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: 0471448f4d017470995d8a2272dc8c06dbed3b77
refs/heads/master: fde937d826e43c9fe7fecc98b6f3da7188e76930
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/vdso64/gettimeofday.S
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ V_FUNCTION_BEGIN(__kernel_gettimeofday)
mr r11,r3 /* r11 holds tv */
mr r10,r4 /* r10 holds tz */
bl V_LOCAL_FUNC(__get_datapage) /* get data page */
cmpldi r10,0 /* check if tv is NULL */
cmpldi r11,0 /* check if tv is NULL */
beq 2f
bl V_LOCAL_FUNC(__do_get_xsec) /* get xsec from tb & kernel */
lis r7,15 /* r7 = 1000000 = USEC_PER_SEC */
Expand Down

0 comments on commit 353c4d9

Please sign in to comment.