aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2005-03-05 18:14:44 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2005-03-05 18:14:44 +0000
commit96a757bcf1fd827b546a5883ecfd6e1324b474e1 (patch)
treec4218f94c798a0e0479abe26830a1c4243b3cfaa /sys
parent6b9907e7f8ba7c43f55d6a4101c31329b45907e0 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 8dc5b52fa787d..2a2b147b855a0 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -907,13 +907,12 @@ getmemsize(caddr_t kmdp, u_int64_t first)
if (boothowto & RB_VERBOSE)
printf(
"Overlapping or non-montonic memory region, ignoring second region\n");
- goto next_run;
+ continue;
}
}
if (smap->base == physmap[physmap_idx + 1]) {
physmap[physmap_idx + 1] += smap->length;
-next_run:
continue;
}