Kernel: remove unnecessary function from x86_64 Thread.S

This commit is contained in:
Bananymous 2023-02-02 23:48:18 +02:00
parent 2161528cb6
commit 6fab26692b
1 changed files with 0 additions and 5 deletions

View File

@ -4,11 +4,6 @@ read_rip:
popq %rax
jmp *%rax
.global get_thread_at_exit
get_thread_at_exit:
movq 8(%rdi), %rax
ret
exit_thread_trampoline:
movq 8(%rsp), %rdi
ret