diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-04-15 16:38:25 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-04-15 16:38:25 +0000 |
commit | 39ea1917eab7103aeb18513f235ebac7cbbba959 (patch) | |
tree | c2bcaa664aade7ec40bd1b8a77a927f9233654ab /sys/arch/amd64 | |
parent | 66ca4bda6de75c742937b94bc3b4410cbd7eb23d (diff) |
Remove unused protoype.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h index e543ad53886..df98aafcc3b 100644 --- a/sys/arch/amd64/include/cpu.h +++ b/sys/arch/amd64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.133 2019/12/20 07:49:31 jsg Exp $ */ +/* $OpenBSD: cpu.h,v 1.134 2020/04/15 16:38:24 kettenis Exp $ */ /* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */ /*- @@ -375,7 +375,6 @@ int cpu_amd64speed(int *); void dumpconf(void); void cpu_reset(void); void x86_64_proc0_tss_ldt_init(void); -void x86_64_bufinit(void); void cpu_proc_fork(struct proc *, struct proc *); int amd64_pa_used(paddr_t); extern void (*cpu_idle_cycle_fcn)(void); |