Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211286
b: refs/heads/master
c: 26deda5
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Ralf Baechle committed Oct 4, 2010
1 parent 8368ea5 commit 2603733
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: eefc3f329d93404bfe1285d5b2f4380fede42e89
refs/heads/master: 26deda5ceedbe28df4beb3b98e3fbce281b53a07
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/kspd.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ void sp_work_handle_request(void)
memset(&tz, 0, sizeof(tz));
if ((ret.retval = sp_syscall(__NR_gettimeofday, (int)&tv,
(int)&tz, 0, 0)) == 0)
ret.retval = tv.tv_sec;
ret.retval = tv.tv_sec;
break;

case MTSP_SYSCALL_EXIT:
Expand Down

0 comments on commit 2603733

Please sign in to comment.