summaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2020-11-27 20:46:02 +0000
committerMark Johnston <markj@FreeBSD.org>2020-11-27 20:46:02 +0000
commit0c56925bc24625bd87cb8019f5eba78be1252046 (patch)
tree6229430c16c6737c0554558b884bfcfb9f279cd1 /sys/sys
parent1def0a6257f63f5985c9dbcd30531a2b603e6556 (diff)
downloadsrc-test2-0c56925bc24625bd87cb8019f5eba78be1252046.tar.gz
src-test2-0c56925bc24625bd87cb8019f5eba78be1252046.zip
callout(9): Remove some leftover APM BIOS support
This code is obsolete since r366546. Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27267
Notes
Notes: svn path=/head/; revision=368112
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/systm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index 2699cf7660fa..3d9dfc8cbe28 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -482,11 +482,6 @@ extern cpu_tick_f *cpu_ticks;
uint64_t cpu_tickrate(void);
uint64_t cputick2usec(uint64_t tick);
-#ifdef APM_FIXUP_CALLTODO
-struct timeval;
-void adjust_timeout_calltodo(struct timeval *time_change);
-#endif /* APM_FIXUP_CALLTODO */
-
#include <sys/libkern.h>
/* Initialize the world */