Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269189
b: refs/heads/master
c: ef0e0f5
h: refs/heads/master
i:
  269187: 1dff2c3
v: v3
  • Loading branch information
Michal Hocko authored and Thomas Gleixner committed Sep 8, 2011
1 parent 1ceb2a1 commit 2b86ec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8bc0dafb5cf38a19484dfb16e2c6d29e85820046
refs/heads/master: ef0e0f5ed9bde6d1e3376169785a463ad2160e6d
4 changes: 2 additions & 2 deletions trunk/include/asm-generic/cputime.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ typedef u64 cputime64_t;
/*
* Convert cputime to microseconds and back.
*/
#define cputime_to_usecs(__ct) jiffies_to_usecs(__ct);
#define usecs_to_cputime(__msecs) usecs_to_jiffies(__msecs);
#define cputime_to_usecs(__ct) jiffies_to_usecs(__ct)
#define usecs_to_cputime(__msecs) usecs_to_jiffies(__msecs)

/*
* Convert cputime to seconds and back.
Expand Down

0 comments on commit 2b86ec2

Please sign in to comment.