summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2015-10-22 09:07:53 +0000
committered <ed@FreeBSD.org>2015-10-22 09:07:53 +0000
commit7fb0afec66034c72011184b7e167248af15d3e68 (patch)
treee5c6fe17118c05c548cf2fbc3ab609e172a23a04 /sys/conf
parentd6bf3fbf0a8d1c754366da7669285be065d0bd96 (diff)
downloadFreeBSD-src-7fb0afec66034c72011184b7e167248af15d3e68.zip
FreeBSD-src-7fb0afec66034c72011184b7e167248af15d3e68.tar.gz
Refactoring: move out generic bits from cloudabi64_sysvec.c.
In order to make it easier to support CloudABI on ARM64, move out all of the bits from the AMD64 cloudabi_sysvec.c into a new file cloudabi_module.c that would otherwise remain identical. This reduces the AMD64 specific code to just ~160 lines. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D3974
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index f32f60c..7c58be9 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -266,6 +266,7 @@ compat/cloudabi/cloudabi_random.c optional compat_cloudabi64
compat/cloudabi/cloudabi_sock.c optional compat_cloudabi64
compat/cloudabi/cloudabi_thread.c optional compat_cloudabi64
compat/cloudabi64/cloudabi64_fd.c optional compat_cloudabi64
+compat/cloudabi64/cloudabi64_module.c optional compat_cloudabi64
compat/cloudabi64/cloudabi64_poll.c optional compat_cloudabi64
compat/cloudabi64/cloudabi64_sock.c optional compat_cloudabi64
compat/cloudabi64/cloudabi64_syscalls.c optional compat_cloudabi64
OpenPOWER on IntegriCloud