summaryrefslogtreecommitdiff
path: root/i386/i386/pit.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/pit.h')
-rw-r--r--i386/i386/pit.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/i386/i386/pit.h b/i386/i386/pit.h
index 3cadb30..79a8757 100644
--- a/i386/i386/pit.h
+++ b/i386/i386/pit.h
@@ -100,8 +100,10 @@ typedef struct time_latch {
time_t ticks; /* time in HZ since boot */
time_t uticks; /* time in 1.25 MHZ */
/* don't need these two for now. --- csy */
-/* time_t secs; /* seconds since boot */
-/* time_t epochsecs; /* seconds since epoch */
+#if 0
+ time_t secs; /* seconds since boot */
+ time_t epochsecs; /* seconds since epoch */
+#endif
} time_latch;
/* a couple in-line assembly codes for efficiency. */
asm int intr_disable()