initial commit of the arm port
[musl] / src / thread / arm / __set_thread_area.s
diff --git a/src/thread/arm/__set_thread_area.s b/src/thread/arm/__set_thread_area.s
new file mode 100644 (file)
index 0000000..63d8884
--- /dev/null
@@ -0,0 +1,12 @@
+.text
+.global __set_thread_area
+.type   __set_thread_area,%function
+__set_thread_area:
+       mov r1,r7
+       mov r7,#0x0f0000
+       add r7,r7,#5
+       svc 0
+       mov r7,r1
+       tst lr,#1
+       moveq pc,lr
+       bx lr