Date: Mon, 28 Jan 2008 22:15:46 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 134329 for review Message-ID: <200801282215.m0SMFk9e041992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134329 Change 134329 by jb@jb_freebsd1 on 2008/01/28 22:15:23 Remove stuff that is now in a DTrace hooks specific header. Affected files ... .. //depot/projects/dtrace7/src/sys/sys/systm.h#3 edit .. //depot/projects/dtrace7/src/sys/sys/time.h#3 edit Differences ... ==== //depot/projects/dtrace7/src/sys/sys/systm.h#3 (text+ko) ==== @@ -217,12 +217,6 @@ void realitexpire(void *); -/* - * Cyclic clock function type definition used to hook the cyclic - * subsystem into the appropriate timer interrupt. - */ -typedef void (*cyclic_clock_func_t)(void); - void hardclock(int usermode, uintfptr_t pc); void hardclock_cpu(int usermode); void softclock(void *); ==== //depot/projects/dtrace7/src/sys/sys/time.h#3 (text+ko) ==== @@ -304,8 +304,6 @@ void timevaladd(struct timeval *t1, const struct timeval *t2); void timevalsub(struct timeval *t1, const struct timeval *t2); int tvtohz(struct timeval *tv); -uint64_t dtrace_gethrtime(void); -uint64_t dtrace_gethrestime(void); #else /* !_KERNEL */ #include <time.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801282215.m0SMFk9e041992>