diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2010-01-15 15:28:57 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2010-01-15 15:28:57 +0000 |
| commit | 95915f9fa666945b5606032c15a6efcc22899ad4 (patch) | |
| tree | 84edca92d6b63d3b738050dc4f26402c89d9df06 /sys/boot | |
| parent | e6af3b7bb837cf418226de51649d5158ec656131 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/sparc64/loader/main.c | 2 |
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); |
