Date: Fri, 10 Aug 2007 23:27:27 GMT From: Rui Paulo <rpaulo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 125026 for review Message-ID: <200708102327.l7ANRRxS007041@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125026 Change 125026 by rpaulo@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708102327.l7ANRRxS007041>