• Arnd Bergmann's avatar
    ipmi: Change to ktime_get_ts64() · dd3535b9
    Arnd Bergmann authored
    getnstimeofday64() is deprecated because of the inconsistent naming,
    it is only a wrapper around ktime_get_real_ts64() now, which could be
    used as a direct replacement.
    
    However, it is generally better to use CLOCK_MONOTONIC timestamps
    where possible, to avoid glitches with a concurrent settimeofday()
    or leap second.
    
    The uses in ipmi are either for debugging prints or for comparing against
    a prior timestamp, so using a monotonic ktime_get_ts64() is probably
    best here.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
    dd3535b9
ipmi_si_intf.c 59 KB