summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-10-22 10:14:50 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-10-22 10:14:50 +0000
commit591ef9867a45fb65abc32e58212a898514120d2d (patch)
tree2e92c1117ba7b49aa95ffff7ce5f3ae433a68f97 /sys/arch
parentc305a9d5f277abadef3f4e03db78162c47ec0951 (diff)
remove prototypes with no matching function
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/include/cpu.h3
-rw-r--r--sys/arch/amd64/include/cpuvar.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h
index 3a902a9aa95..fc560c0ffce 100644
--- a/sys/arch/amd64/include/cpu.h
+++ b/sys/arch/amd64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.178 2024/10/07 20:30:17 dv Exp $ */
+/* $OpenBSD: cpu.h,v 1.179 2024/10/22 10:14:49 jsg Exp $ */
/* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */
/*-
@@ -422,7 +422,6 @@ void dumpconf(void);
void cpu_set_vendor(struct cpu_info *, int _level, const char *_vendor);
void cpu_reset(void);
void x86_64_proc0_tss_ldt_init(void);
-void cpu_proc_fork(struct proc *, struct proc *);
int amd64_pa_used(paddr_t);
#define cpu_idle_enter() do { /* nothing */ } while (0)
extern void (*cpu_idle_cycle_fcn)(void);
diff --git a/sys/arch/amd64/include/cpuvar.h b/sys/arch/amd64/include/cpuvar.h
index bb56db78788..fb1de0cb1b1 100644
--- a/sys/arch/amd64/include/cpuvar.h
+++ b/sys/arch/amd64/include/cpuvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpuvar.h,v 1.13 2024/10/21 03:07:54 jsg Exp $ */
+/* $OpenBSD: cpuvar.h,v 1.14 2024/10/22 10:14:49 jsg Exp $ */
/* $NetBSD: cpuvar.h,v 1.1 2003/03/01 18:29:28 fvdl Exp $ */
/*-
@@ -93,7 +93,6 @@ void x86_ipi_init(int);
void identifycpu(struct cpu_info *);
void cpu_init(struct cpu_info *);
-void cpu_init_first(void);
void tsc_test_sync_bp(struct cpu_info *);
void tsc_test_sync_ap(struct cpu_info *);