PERFORCE change 134329 for review

John Birrell jb at FreeBSD.org
Mon Jan 28 14:15:47 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134329

Change 134329 by jb at 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>
 


More information about the p4-projects mailing list