]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ooops, dump_avail[i] can be 0 if the RAM starts at 0x00000000, so check that
authorcognet <cognet@FreeBSD.org>
Tue, 24 Oct 2006 23:27:52 +0000 (23:27 +0000)
committercognet <cognet@FreeBSD.org>
Tue, 24 Oct 2006 23:27:52 +0000 (23:27 +0000)
commit3c4525479ba55c7392dae57b0e2977ad9541b5cc
tree8f47cb18d1b4408f708e33d04ee03e9c8182693c
parentde0a74e0238dbb9ea885175c07d25a5c285c8382
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
sys/arm/arm/vm_machdep.c