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