diff options
author | 2008-04-20 10:35:57 +0000 | |
---|---|---|
committer | 2008-04-20 10:35:57 +0000 | |
commit | 894f149b755463b106816c6d0bf148c36070d2e5 (patch) | |
tree | 85b5f3ce369a2e1ed7dec46607226da0586b2878 /sys/lib/libkern | |
parent | remove trailing whitespace; (diff) | |
download | wireguard-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.S | 1 |
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 */ |