reboot sanely from platform_exit().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39126 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2010-10-24 16:21:59 +00:00
parent 21451bd38d
commit e4e2237013
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ platform_start_kernel(void)
extern "C" void
platform_exit(void)
{
ColdReboot();
// Terminate
//TODO
while (true) {}