Kernel: remove unnecessary function from x86_64 Thread.S
This commit is contained in:
parent
2161528cb6
commit
6fab26692b
|
@ -4,11 +4,6 @@ read_rip:
|
||||||
popq %rax
|
popq %rax
|
||||||
jmp *%rax
|
jmp *%rax
|
||||||
|
|
||||||
.global get_thread_at_exit
|
|
||||||
get_thread_at_exit:
|
|
||||||
movq 8(%rdi), %rax
|
|
||||||
ret
|
|
||||||
|
|
||||||
exit_thread_trampoline:
|
exit_thread_trampoline:
|
||||||
movq 8(%rsp), %rdi
|
movq 8(%rsp), %rdi
|
||||||
ret
|
ret
|
||||||
|
|
Loading…
Reference in New Issue