summaryrefslogtreecommitdiff
path: root/arch/x64/linux/concurrency/thread.S
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-03-12 08:48:35 +0100
committerEugen Wissner <belka@caraus.de>2021-03-12 08:48:35 +0100
commit0fcc83d00eb9d0699167bf105d522e7d23a44d32 (patch)
tree5cb0c97b04ec54cfba823e6c89dac99fbd5dcfdf /arch/x64/linux/concurrency/thread.S
parentf27f62b80abf8b237d5c4bf57427fd50aa17e2b0 (diff)
downloadtanya-0fcc83d00eb9d0699167bf105d522e7d23a44d32.tar.gz
Remove the sys package
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