Skip to content
Commit 2c83f581 authored by Tina Ruchandani's avatar Tina Ruchandani Committed by Benjamin Gaignard
Browse files

drm/sti: Use 64-bit timestamps



'struct timespec' uses a 32-bit field for seconds, which
will overflow in year 2038 and beyond. This patch is part
of a larger attempt to remove instances of timeval, timespec
and time_t, all of which suffer from the y2038 issue, from the
kernel.

Signed-off-by: default avatarTina Ruchandani <ruchandani.tina@gmail.com>
parent 2a346706
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment