aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2010-01-15 15:28:57 +0000
committerMarius Strobl <marius@FreeBSD.org>2010-01-15 15:28:57 +0000
commit95915f9fa666945b5606032c15a6efcc22899ad4 (patch)
tree84edca92d6b63d3b738050dc4f26402c89d9df06 /sys/boot
parente6af3b7bb837cf418226de51649d5158ec656131 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/sparc64/loader/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c
index a9f641ea129d..604e792445dc 100644
--- a/sys/boot/sparc64/loader/main.c
+++ b/sys/boot/sparc64/loader/main.c
@@ -386,6 +386,8 @@ __elfN(exec)(struct preloaded_file *fp)
pmap_print_tlb_sun4u();
#endif
+ dev_cleanup();
+
entry = e->e_entry;
OF_release((void *)heapva, HEAPSZ);