From 5afb025721362f76faa40ca72f0f1cf924433876 Mon Sep 17 00:00:00 2001 From: "H. J. Lu" Date: Fri, 10 Feb 2012 14:04:27 -0800 Subject: [PATCH] --- yaml --- r: 297707 b: refs/heads/master c: 45e877812926c69d643d6274347f79513a4ee934 h: refs/heads/master i: 297705: baf98d39a84753382fc8aa16cb38c21498c6a259 297703: 729d7678bfd110cb6d0f0e270901e01c5807a624 v: v3 --- [refs] | 2 +- trunk/include/linux/compat.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index d130bc89d35d..d0a8fb13e195 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 109a1f32d0d3e23545f0286f2d6e0a80298f629d +refs/heads/master: 45e877812926c69d643d6274347f79513a4ee934 diff --git a/trunk/include/linux/compat.h b/trunk/include/linux/compat.h index 41c9f6515f46..1be91c048249 100644 --- a/trunk/include/linux/compat.h +++ b/trunk/include/linux/compat.h @@ -19,6 +19,10 @@ #include #include +#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)