From 9de3e5ee66a3f90728d87b703d4dfd9a9c6e66c9 Mon Sep 17 00:00:00 2001 From: Mike Larkin Date: Tue, 21 Jan 2020 02:59:38 +0000 Subject: Remove some prototypes under #ifdef HIBERNATE that we don't use anymore. No functional change. --- sys/arch/amd64/amd64/ipifuncs.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/arch') 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 -- cgit v1.2.3