timer: actually we have until a bit after 2100 to fix this
authorAlan Cox <alan@linux.intel.com>
Tue, 12 Mar 2019 22:57:41 +0000 (22:57 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 12 Mar 2019 22:57:41 +0000 (22:57 +0000)
Kernel/timer.c

index 7811094..87efe3a 100644 (file)
@@ -40,7 +40,7 @@ void rdtime(time_t *tloc)
        irqrestore(irq);
 }
 
-/* These need to go away for most uses by 2038 */
+/* These need to go away for most uses by 2100 or so */
 void rdtime32(uint32_t *tloc)
 {
         irqflags_t irq = di();