summaryrefslogtreecommitdiff
path: root/src/thread/aarch64/__set_thread_area.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/aarch64/__set_thread_area.s')
-rw-r--r--src/thread/aarch64/__set_thread_area.s7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/thread/aarch64/__set_thread_area.s b/src/thread/aarch64/__set_thread_area.s
deleted file mode 100644
index fd0df34b..00000000
--- a/src/thread/aarch64/__set_thread_area.s
+++ /dev/null
@@ -1,7 +0,0 @@
-.global __set_thread_area
-.hidden __set_thread_area
-.type __set_thread_area,@function
-__set_thread_area:
- msr tpidr_el0,x0
- mov w0,#0
- ret