bcopyb() isn't used on amd64 kernel (it only exists for i386/pcvt)

Approved by:	re (blanket amd64/*)
This commit is contained in:
Peter Wemm 2003-05-10 00:51:29 +00:00
parent 5826a47e9b
commit 2e4f687a1d

View File

@ -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);