diff options
| author | Nathan Chancellor <natechancellor@gmail.com> | 2016-08-15 01:07:12 -0400 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 10:57:20 +0200 |
| commit | 44c39fbf824b42abb3606a9f47953ccf133660df (patch) | |
| tree | d4543af12ced6cf9fdb521d60ea50be42a9c73ea | |
| parent | f52c71886fe9f979a66962a0ac5af9cb6676cdd3 (diff) | |
UKSM: remove U64_MAX definition
This is already defined in include/linux/kernel.h, causing a compilation error; UKSM has not been updated for the later versions of 3.10
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
| -rw-r--r-- | mm/uksm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -180,7 +180,6 @@ static int is_full_zero(const void *s1, size_t len) } #endif -#define U64_MAX (~((u64)0)) #define UKSM_RUNG_ROUND_FINISHED (1 << 0) #define TIME_RATIO_SCALE 10000 |
