]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
Print something like the comment says
authorAntti Kantee <pooka@iki.fi>
Wed, 22 Apr 2015 07:42:27 +0000 (07:42 +0000)
committerAntti Kantee <pooka@iki.fi>
Wed, 22 Apr 2015 07:42:27 +0000 (07:42 +0000)
Now that it's possible ...

lib/librumprun_base/netbsd_initfini.c

index 88d48bd206f9391364bc855c101e8c1f33955df3..055c0183524c8a5cf95c767569cf084ea430ba8d 100644 (file)
@@ -114,6 +114,6 @@ _netbsd_fini(void)
        _rumprun_deconfig();
        runfini();
        rump_sys_reboot(0, 0);
-       /* XXX: Should print something if we ever get here, but how? */
-       bmk_platform_halt(NULL);
+
+       bmk_platform_halt("reboot returned");
 }