summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/kernel.h')
-rw-r--r--freebsd/sys/sys/kernel.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/freebsd/sys/sys/kernel.h b/freebsd/sys/sys/kernel.h
index 42a37604..41a5233a 100644
--- a/freebsd/sys/sys/kernel.h
+++ b/freebsd/sys/sys/kernel.h
@@ -70,16 +70,7 @@ extern int psratio; /* ratio: prof / stat */
extern int stathz; /* statistics clock's frequency */
extern int profhz; /* profiling clock's frequency */
extern int profprocs; /* number of process's profiling */
-#ifndef __rtems__
extern volatile int ticks;
-#else /* __rtems__ */
-/*
- * This must be a singed integer type, otherwise expressions like
- * (x - ticks) > 0 would yield unexpected results.
- */
-extern volatile int32_t _bsd_ticks;
-#define ticks _bsd_ticks
-#endif /* __rtems__ */
#endif /* _KERNEL */