summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2008-04-20 10:35:57 +0000
committerkettenis <kettenis@openbsd.org>2008-04-20 10:35:57 +0000
commit894f149b755463b106816c6d0bf148c36070d2e5 (patch)
tree85b5f3ce369a2e1ed7dec46607226da0586b2878 /sys/lib/libkern
parentremove trailing whitespace; (diff)
downloadwireguard-openbsd-894f149b755463b106816c6d0bf148c36070d2e5.tar.xz
wireguard-openbsd-894f149b755463b106816c6d0bf148c36070d2e5.zip
Remove the random() function from locore.s (which used sparcv7 instructions,
including mulscc to do multiplications) and switch to the generic random.c code.
Diffstat (limited to 'sys/lib/libkern')
-rw-r--r--sys/lib/libkern/arch/sparc64/random.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/sparc64/random.S b/sys/lib/libkern/arch/sparc64/random.S
deleted file mode 100644
index 33ba5c2da5c..00000000000
--- a/sys/lib/libkern/arch/sparc64/random.S
+++ /dev/null
@@ -1 +0,0 @@
-/* No code here since kernel impliments this itself */