From 2e4f687a1d38f1e39f10ec2c4c95c97124876d51 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 10 May 2003 00:51:29 +0000 Subject: [PATCH] bcopyb() isn't used on amd64 kernel (it only exists for i386/pcvt) Approved by: re (blanket amd64/*) --- sys/amd64/include/md_var.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h index c5f0e458dfc6..862630f7096c 100644 --- a/sys/amd64/include/md_var.h +++ b/sys/amd64/include/md_var.h @@ -57,7 +57,6 @@ struct reg; struct fpreg; struct dbreg; -void bcopyb(const void *from, void *to, size_t len); void busdma_swi(void); void cpu_halt(void); void cpu_reset(void);