diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /include/linux/math64.h | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'include/linux/math64.h')
-rw-r--r-- | include/linux/math64.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/math64.h b/include/linux/math64.h index b8ba8554472..23fcdfcba81 100644 --- a/include/linux/math64.h +++ b/include/linux/math64.h | |||
@@ -6,8 +6,6 @@ | |||
6 | 6 | ||
7 | #if BITS_PER_LONG == 64 | 7 | #if BITS_PER_LONG == 64 |
8 | 8 | ||
9 | #define div64_long(x,y) div64_s64((x),(y)) | ||
10 | |||
11 | /** | 9 | /** |
12 | * div_u64_rem - unsigned 64bit divide with 32bit divisor with remainder | 10 | * div_u64_rem - unsigned 64bit divide with 32bit divisor with remainder |
13 | * | 11 | * |
@@ -47,8 +45,6 @@ static inline s64 div64_s64(s64 dividend, s64 divisor) | |||
47 | 45 | ||
48 | #elif BITS_PER_LONG == 32 | 46 | #elif BITS_PER_LONG == 32 |
49 | 47 | ||
50 | #define div64_long(x,y) div_s64((x),(y)) | ||
51 | |||
52 | #ifndef div_u64_rem | 48 | #ifndef div_u64_rem |
53 | static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) | 49 | static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) |
54 | { | 50 | { |