We store in tcp socket a cache of most recent high resolution
clock, there is no need to call local_clock() again, since
this cache is good enough.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
                return;
 
        if (hystart_detect & HYSTART_ACK_TRAIN) {
-               u32 now_us = div_u64(local_clock(), NSEC_PER_USEC);
+               u32 now_us = tp->tcp_mstamp;
 
                if (ca->last_ack == 0 || !tcp_is_cwnd_limited(sk)) {
                        ca->last_ack = now_us;