diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2017-11-04 10:50:47 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2017-11-04 10:50:47 +0000 |
commit | ec1d28b8df966b66a12df810c63f2a477e095ca9 (patch) | |
tree | ecef2df11922b15aafb58252e0df07f065dd8df4 | |
parent | 30c438723dadc400eb386be723bf8ed86d026f1e (diff) |
Notes
-rw-r--r-- | sys/i386/i386/swtch.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/i386/swtch.s b/sys/i386/i386/swtch.s index f38f52359a58..4562c7ed87f4 100644 --- a/sys/i386/i386/swtch.s +++ b/sys/i386/i386/swtch.s @@ -258,7 +258,6 @@ sw1: movl %eax,(%esp) movl %edx, PCPU(CURPCB) - movl TD_TID(%ecx),%eax movl %ecx, PCPU(CURTHREAD) /* into next thread */ /* |