diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2022-12-27 09:06:19 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-12-27 21:39:34 +0100 |
commit | 0ba99b2a18bd423f8aa6ca0315051de76c20ef9c (patch) | |
tree | d0e877b2e6d5dc8bc466603bde54856f85a41e30 /kern/mach_clock.c | |
parent | c7a852bacfa796bff0cc0eb75aa8309f8a1d788c (diff) | |
download | gnumach-0ba99b2a18bd423f8aa6ca0315051de76c20ef9c.tar.gz gnumach-0ba99b2a18bd423f8aa6ca0315051de76c20ef9c.tar.bz2 gnumach-0ba99b2a18bd423f8aa6ca0315051de76c20ef9c.zip |
Delete kern_timestamp system call since it is not used
Message-Id: <Y6r72z4cKVCMDSKy@mars>
Diffstat (limited to 'kern/mach_clock.c')
-rw-r--r-- | kern/mach_clock.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kern/mach_clock.c b/kern/mach_clock.c index 6f964f73..c6e54c20 100644 --- a/kern/mach_clock.c +++ b/kern/mach_clock.c @@ -52,7 +52,6 @@ #include <kern/sched.h> #include <kern/sched_prim.h> #include <kern/thread.h> -#include <kern/time_stamp.h> #include <kern/timer.h> #include <kern/priority.h> #include <vm/vm_kern.h> @@ -206,12 +205,6 @@ void clock_interrupt( timer_elt_t telt; boolean_t needsoft = FALSE; -#if TS_FORMAT == 1 - /* - * Increment the tick count for the timestamping routine. - */ - ts_tick_count++; -#endif /* TS_FORMAT == 1 */ /* * Update the tick count since bootup, and handle |