summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-06-13 11:29:20 +0000
committerderaadt <deraadt@openbsd.org>2013-06-13 11:29:20 +0000
commit2d1e527b5dd143fdf4d7f8d547b4961bf1ca0bca (patch)
tree91a0a760aa015031e677470dd105cd8d8eae7714 /sys
parentuse right source files from libkern (diff)
downloadwireguard-openbsd-2d1e527b5dd143fdf4d7f8d547b4961bf1ca0bca.tar.xz
wireguard-openbsd-2d1e527b5dd143fdf4d7f8d547b4961bf1ca0bca.zip
ovbcopy begone
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/powerpc/include/param.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h
index 78c139449cb..1d2e589fcb7 100644
--- a/sys/arch/powerpc/include/param.h
+++ b/sys/arch/powerpc/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.35 2013/03/26 05:04:10 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.36 2013/06/13 11:29:20 deraadt Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -75,11 +75,6 @@
#define PPC_KERNEL_SEGMENT (PPC_KERNEL_SEG0 + PPC_KERNEL_SR)
#define PPC_USER_ADDR ((void *)(PPC_USER_SR << ADDR_SR_SHIFT))
-/*
- * Temporary kludge till we do (ov)bcopy in assembler
- */
-#define ovbcopy bcopy
-
#endif /* _KERNEL */
#endif /* _POWERPC_PARAM_H_ */