summaryrefslogtreecommitdiff
path: root/src/thread/arm/__set_thread_area.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/__set_thread_area.s
parent397f0a6a7d798b0e3f636fe053cad9c483e011fb (diff)
downloadmusl-e617b9eea9d45b170eabadf5ca96ca0536c538be.tar.gz
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 'src/thread/arm/__set_thread_area.s')
-rw-r--r--src/thread/arm/__set_thread_area.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thread/arm/__set_thread_area.s b/src/thread/arm/__set_thread_area.s
deleted file mode 100644
index 4a4cd0d8..00000000
--- a/src/thread/arm/__set_thread_area.s
+++ /dev/null
@@ -1 +0,0 @@
-/* Replaced by C code in arch/arm/src */