aboutsummaryrefslogtreecommitdiff
path: root/src/thread/arm/atomics.s
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2016-01-22 00:02:21 +0000
committerRich Felker <dalias@aerifal.cx>2016-01-22 00:02:21 +0000
commite617b9eea9d45b170eabadf5ca96ca0536c538be (patch)
treea06d433fd4219466e4b27f248e332f9e0482dd5d /src/thread/arm/atomics.s
parentoverhaul arm atomics for new atomics framework (diff)
downloadgrovel-e617b9eea9d45b170eabadf5ca96ca0536c538be.tar.gz
grovel-e617b9eea9d45b170eabadf5ca96ca0536c538be.tar.xz
move arm-specific translation units out of arch/arm/src, to src/*/arm
this is possible with the new build system that allows src/*/$(ARCH)/* files which do not shadow a file in the parent directory, and yields a more logical organization. eventually it will be possible to remove arch/*/src from the build system.
Diffstat (limited to '')
-rw-r--r--src/thread/arm/atomics.s (renamed from arch/arm/src/atomics.s)0
1 files changed, 0 insertions, 0 deletions
diff --git a/arch/arm/src/atomics.s b/src/thread/arm/atomics.s
index 5c5b0e3e..5c5b0e3e 100644
--- a/arch/arm/src/atomics.s
+++ b/src/thread/arm/atomics.s