summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/systm.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/systm.h')
-rw-r--r--usr/src/uts/common/sys/systm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/systm.h b/usr/src/uts/common/sys/systm.h
index 4e529b9cce..84ccfb9991 100644
--- a/usr/src/uts/common/sys/systm.h
+++ b/usr/src/uts/common/sys/systm.h
@@ -61,8 +61,6 @@ typedef uintptr_t pc_t;
extern int hz; /* system clock rate */
extern struct vnode *rootdir; /* pointer to vnode of root directory */
extern struct vnode *devicesdir; /* pointer to /devices vnode */
-extern volatile clock_t lbolt; /* time in HZ since last boot */
-extern volatile int64_t lbolt64; /* lbolt computed as 64-bit value */
extern int interrupts_unleashed; /* set after the spl0() in main() */
extern char runin; /* scheduling flag */