svn commit: r232226 - head/sys/amd64/amd64

John Baldwin jhb at FreeBSD.org
Mon Feb 27 17:28:23 UTC 2012


Author: jhb
Date: Mon Feb 27 17:28:22 2012
New Revision: 232226
URL: http://svn.freebsd.org/changeset/base/232226

Log:
  Update incorrect comment.

Modified:
  head/sys/amd64/amd64/cpu_switch.S

Modified: head/sys/amd64/amd64/cpu_switch.S
==============================================================================
--- head/sys/amd64/amd64/cpu_switch.S	Mon Feb 27 17:04:18 2012	(r232225)
+++ head/sys/amd64/amd64/cpu_switch.S	Mon Feb 27 17:28:22 2012	(r232226)
@@ -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


More information about the svn-src-all mailing list