mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Update incorrect comment.
This commit is contained in:
parent
b4b494e126
commit
49a30208fa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232226
@ -76,7 +76,7 @@ ENTRY(cpu_throw)
|
||||
movq PCPU(CURPMAP),%rdx
|
||||
LK btrl %eax,PM_ACTIVE(%rdx) /* clear old */
|
||||
1:
|
||||
movq TD_PCB(%rsi),%r8 /* newtd->td_proc */
|
||||
movq TD_PCB(%rsi),%r8 /* newtd->td_pcb */
|
||||
movq PCB_CR3(%r8),%rdx
|
||||
movq %rdx,%cr3 /* new address space */
|
||||
jmp swact
|
||||
|
Loading…
Reference in New Issue
Block a user