init.c: do cold reboot on exception 39/head
authorOleksij Rempel <linux@rempel-privat.de>
Sat, 14 Dec 2013 21:02:48 +0000 (22:02 +0100)
committerOleksij Rempel <linux@rempel-privat.de>
Sat, 14 Dec 2013 21:11:54 +0000 (22:11 +0100)
Currently, if we get exception, FW will print exception info, send crash
pattern to the host and reboot. We can reduce deadtime by doing cold reboot
instead of simple reboot. The difference is, that usb interface will be
reseted and usb subsystem will reinit driver. In this case we even do not need
to update host driver.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>

No differences found