
30 May
2014
30 May
'14
3:21 p.m.
Hi,
On 05/30/2014 11:48 AM, Ian Campbell wrote:
On Fri, 2014-05-30 at 11:06 +0200, Hans de Goede wrote:
There is no way to reset the cpu, so use the watchdog for this.
Signed-off-by: Hans de Goede hdegoede@redhat.com
Acked-by: Ian Campbell ijc@hellion.org.uk
One nit
+#define WDT_CTRL_RESTART (0x1 << 0) +#define WDT_CTRL_KEY (0x0a57 << 1)
Some sort of whitespace snafuu I think.
Yeah I somehow ended up using spaces for some of the indents, fixed in my local tree and personal git repo.
Regards,
Hans