diff options
| -rw-r--r-- | mm/memcontrol.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 50492aa9d61b..6d276e1a3321 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -2339,7 +2339,7 @@ void mem_cgroup_handle_over_high(void)  	 */  	clamped_high = max(high, 1UL); -	overage = div_u64((u64)(usage - high) << MEMCG_DELAY_PRECISION_SHIFT, +	overage = div64_u64((u64)(usage - high) << MEMCG_DELAY_PRECISION_SHIFT,  			  clamped_high);  	penalty_jiffies = ((u64)overage * overage * HZ) | 
