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
|
||||
jmp *%rax
|
||||
|
||||
.global get_thread_at_exit
|
||||
get_thread_at_exit:
|
||||
movq 8(%rdi), %rax
|
||||
ret
|
||||
|
||||
exit_thread_trampoline:
|
||||
movq 8(%rsp), %rdi
|
||||
ret
|
||||
|
|
Loading…
Reference in New Issue