Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2002 03:15:42 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/i386/boot2 boot2.c
Message-ID:  <200210081015.g98AFgvh039875@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/10/08 03:15:42 PDT

  Modified files:
    sys/boot/i386/boot2  boot2.c 
  Log:
  Correctly calculate dmadat:  We need to take the address of _end, it's
  contents is irrelevant and likely to be zero;
  
  This doesn't change the resultant value, but it does save a couple of bytes
  because &_end is constant.
  
  Revision  Changes    Path
  1.50      +1 -1      src/sys/boot/i386/boot2/boot2.c

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




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