diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-08-29 19:19:38 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-08-29 19:19:38 +0000 |
| commit | bed2969d748e6f4bc058d2f7abea9c9dd9f7b0ce (patch) | |
| tree | 83d96016f6fe04146d7da3e3aa11b9fcb7d9ea35 | |
| parent | d4da990081886c28dd972863840dfd6d6b9b4ad4 (diff) | |
Notes
| -rw-r--r-- | sys/sys/systm.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h index f0dff466d5dd3..def22d19600ad 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -282,21 +282,6 @@ static __inline intrmask_t spltty(void) { return 0; } static __inline intrmask_t splvm(void) { return 0; } static __inline void splx(intrmask_t ipl __unused) { return; } -/* - * Various callout lists. - */ - -/* - * Not exactly a callout LIST, but a callout entry. - * Allow an external module to define a hardware watchdog tickler. - * Normally a process would do this, but there are times when the - * kernel needs to be able to hold off the watchdog, when the process - * is not active, e.g., when dumping core. - */ -typedef void (*watchdog_tickle_fn)(void); - -extern watchdog_tickle_fn wdog_tickler; - /* * Common `proc' functions are declared here so that proc.h can be included * less often. |
