Date: Sun, 13 Jul 2003 14:02:11 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_init.c Message-ID: <200307132102.h6DL2Buk086551@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2003/07/13 14:02:11 PDT FreeBSD src repository Modified files: sys/vm vm_init.c Log: Avoid an unnecessary calculation: there is no need to subtract `firstaddr' from `v' if we know that the former equals zero. Revision Changes Path 1.37 +1 -1 src/sys/vm/vm_init.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307132102.h6DL2Buk086551>