summaryrefslogtreecommitdiff
path: root/arch/x64/linux/concurrency/thread.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x64/linux/concurrency/thread.S')
-rw-r--r--arch/x64/linux/concurrency/thread.S8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x64/linux/concurrency/thread.S b/arch/x64/linux/concurrency/thread.S
deleted file mode 100644
index c211d76..0000000
--- a/arch/x64/linux/concurrency/thread.S
+++ /dev/null
@@ -1,8 +0,0 @@
- .text
-
- .globl thrd_current
- .type thrd_current, @function
-
-thrd_current:
- mov %fs:0, %rax
- ret