Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2002 18:03:20 -0700 (PDT)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11567 for review
Message-ID:  <200205200103.g4K13Km54325@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11567

Change 11567 by mini@mini_stylus on 2002/05/19 18:03:10

	Clarify comments.

Affected files ...

... //depot/projects/kse/sys/i386/i386/swtch.s#33 edit

Differences ...

==== //depot/projects/kse/sys/i386/i386/swtch.s#33 (text+ko) ====

@@ -65,17 +65,19 @@
 
 /*
  * cpu_throw()
+ *
+ * This is the second half of cpu_swtch(). It is used when the current
+ * thread is either a dummy or slated to die, and we no longer care
+ * about its state.
  */
 ENTRY(cpu_throw)
 	jmp	sw1
 
 /*
- * cpu_switch:
- * Save all the state of the current thread and select and load the state
- * of the next thread to run.
- * Cpu_throw() is just the 2nd part of cpu_swtch() It is used when
- * The current thread is either a dummy or is slated to die, so we don't
- * want to save it's state.
+ * cpu_switch()
+ *
+ * Save the current thread state, then select the next thread to run
+ * and load its state.
  */
 ENTRY(cpu_switch)
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205200103.g4K13Km54325>