summaryrefslogtreecommitdiff
path: root/arch/x64/linux/concurrency/thread.S
blob: c211d760386b0dafdeee5b8d904b317a8ee14a83 (plain)
1
2
3
4
5
6
7
8
	.text

	.globl thrd_current
	.type thrd_current, @function

thrd_current:
	mov %fs:0, %rax
	ret