summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormmel <mmel@FreeBSD.org>2016-01-30 08:02:12 +0000
committermmel <mmel@FreeBSD.org>2016-01-30 08:02:12 +0000
commitbbdaec0dbdbe131584f37ac48279de6eaa673980 (patch)
treed45f90c6b1b19d579f6d6da39915f944e2448c40 /sys/conf
parent3dd69c60f3f9848f495b05d1e972b1475783eb41 (diff)
downloadFreeBSD-src-bbdaec0dbdbe131584f37ac48279de6eaa673980.zip
FreeBSD-src-bbdaec0dbdbe131584f37ac48279de6eaa673980.tar.gz
ARM: Split swtch.S into common, ARMv4 and ARMv6 parts. Cleanup them.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.arm2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index e6b89a1..bf0e262 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -74,6 +74,8 @@ arm/arm/stdatomic.c standard \
compile-with "${NORMAL_C:N-Wmissing-prototypes}"
arm/arm/support.S standard
arm/arm/swtch.S standard
+arm/arm/swtch-v4.S optional !armv6
+arm/arm/swtch-v6.S optional armv6
arm/arm/sys_machdep.c standard
arm/arm/syscall.c standard
arm/arm/trap.c optional !armv6
OpenPOWER on IntegriCloud