PERFORCE change 125026 for review

Rui Paulo rpaulo at FreeBSD.org
Fri Aug 10 16:27:27 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125026

Change 125026 by rpaulo at rpaulo_epsilon on 2007/08/10 23:26:29

	Remove wrong comment.
	
	Pointed out by:	des

Affected files ...

.. //depot/projects/soc2007/rpaulo-macbook/dev/msrtemp/msrtemp.c#12 edit

Differences ...

==== //depot/projects/soc2007/rpaulo-macbook/dev/msrtemp/msrtemp.c#12 (text+ko) ====

@@ -23,7 +23,7 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/soc2007/rpaulo-macbook/dev/msrtemp/msrtemp.c#11 $
+ * $P4: //depot/projects/soc2007/rpaulo-macbook/dev/msrtemp/msrtemp.c#12 $
  *
  */
 
@@ -202,7 +202,6 @@
 	if (((temp >> 31) & 0x01) == 1) {
 		/*
 		 * Starting on bit 16 and ending on bit 22.
-		 * We use 0x7f to ignore the minus signal.
 		 */
 		temp = sc->sc_tjmax - ((temp >> 16) & 0x7f);
 		return ((int) temp);


More information about the p4-projects mailing list