cvs commit: src/sys/arm/arm vm_machdep.c

Olivier Houchard cognet at FreeBSD.org
Tue Oct 24 23:27:53 UTC 2006


cognet      2006-10-24 23:27:52 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          vm_machdep.c 
  Log:
  Ooops, dump_avail[i] can be 0 if the RAM starts at 0x00000000, so check that
  dump_avail[i + 1] is == 0 as a stop condition instead.
  MFC after: 3 days
  
  Revision  Changes    Path
  1.28      +4 -4      src/sys/arm/arm/vm_machdep.c


More information about the cvs-src mailing list