diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2020-01-21 02:59:38 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2020-01-21 02:59:38 +0000 |
commit | 9de3e5ee66a3f90728d87b703d4dfd9a9c6e66c9 (patch) | |
tree | db03cc938a8138b48adb78736d8368d1e6286f46 | |
parent | bd47fd795a843b0479440b9a389ab7884d797fd1 (diff) |
Remove some prototypes under #ifdef HIBERNATE that we don't use anymore.
No functional change.
-rw-r--r-- | sys/arch/amd64/amd64/ipifuncs.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/amd64/amd64/ipifuncs.c b/sys/arch/amd64/amd64/ipifuncs.c index a8cb3363700..12152e5e3b6 100644 --- a/sys/arch/amd64/amd64/ipifuncs.c +++ b/sys/arch/amd64/amd64/ipifuncs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipifuncs.c,v 1.33 2019/03/25 18:48:12 guenther Exp $ */ +/* $OpenBSD: ipifuncs.c,v 1.34 2020/01/21 02:59:37 mlarkin Exp $ */ /* $NetBSD: ipifuncs.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $ */ /*- @@ -66,11 +66,6 @@ void x86_64_ipi_start_vmm(struct cpu_info *); void x86_64_ipi_stop_vmm(struct cpu_info *); #endif /* NVMM > 0 */ -#ifdef HIBERNATE -void x86_64_ipi_halt_realmode(struct cpu_info *); -extern void hibernate_drop_to_real_mode(void); -#endif /* HIBERNATE */ - #include "pctr.h" #if NPCTR > 0 #include <machine/pctr.h> |