aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.riscv
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-05-10 02:31:38 +0000
committerWarner Losh <imp@FreeBSD.org>2018-05-10 02:31:38 +0000
commit5aa07b053afe212b17ac64fb1833a5b0ae409c8a (patch)
treeb0695c2cd5d80b133f996a713193c7876a94d7b7 /sys/conf/files.riscv
parent5174205de5ad204c9bda373c3ee63e688762a85c (diff)
downloadsrc-5aa07b053afe212b17ac64fb1833a5b0ae409c8a.tar.gz
src-5aa07b053afe212b17ac64fb1833a5b0ae409c8a.zip
Move MI-ish bcopy routine to libkern
riscv and powerpc have nearly identical bcopy.c that's supposed to be mostly MI. Move it to the MI libkern. Differential Revision: https://reviews.freebsd.org/D15374
Notes
Notes: svn path=/head/; revision=333443
Diffstat (limited to 'sys/conf/files.riscv')
-rw-r--r--sys/conf/files.riscv2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.riscv b/sys/conf/files.riscv
index 954bc2508a90..24982606aadf 100644
--- a/sys/conf/files.riscv
+++ b/sys/conf/files.riscv
@@ -12,6 +12,7 @@ kern/kern_clocksource.c standard
kern/subr_devmap.c standard
kern/subr_dummy_vdso_tc.c standard
libkern/bcmp.c standard
+libkern/bcopy.c standard
libkern/ffs.c standard
libkern/ffsl.c standard
libkern/ffsll.c standard
@@ -21,7 +22,6 @@ libkern/flsll.c standard
libkern/memmove.c standard
libkern/memset.c standard
riscv/riscv/autoconf.c standard
-riscv/riscv/bcopy.c standard
riscv/riscv/bus_machdep.c standard
riscv/riscv/bus_space_asm.S standard
riscv/riscv/busdma_machdep.c standard