Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297707
b: refs/heads/master
c: 45e8778
h: refs/heads/master
i:
  297705: baf98d3
  297703: 729d767
v: v3
  • Loading branch information
H. J. Lu authored and H. Peter Anvin committed Feb 20, 2012
1 parent 2bfad1c commit 5afb025
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 109a1f32d0d3e23545f0286f2d6e0a80298f629d
refs/heads/master: 45e877812926c69d643d6274347f79513a4ee934
4 changes: 4 additions & 0 deletions trunk/include/linux/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
#include <asm/siginfo.h>
#include <asm/signal.h>

#ifndef COMPAT_USE_64BIT_TIME
#define COMPAT_USE_64BIT_TIME 0
#endif

#define compat_jiffies_to_clock_t(x) \
(((unsigned long)(x) * COMPAT_USER_HZ) / HZ)

Expand Down

0 comments on commit 5afb025

Please sign in to comment.