1
0
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:
John Baldwin 2012-02-27 17:28:22 +00:00
parent b4b494e126
commit 49a30208fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232226

View File

@ -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