Re: [PATCH] Added MIPS RM9K watchdog driver

From: Thomas Koeller
Date: Sat Aug 12 2006 - 12:05:45 EST


On Friday 11 August 2006 22:07, Alan Cox wrote:
> > + printk(KERN_WARNING "%s: watchdog expired - resetting system\n",
> > + wdt_gpi_name);
> > +
> > + *(volatile char *) flagaddr |= 0x01;
> > + *(volatile char *) resetaddr = powercycle ? 0x01 : 0x2;
> > + iob();
> > + while (1) continue;
>
> cpu_relax();

I tried to find out about the purpose of cpu_relax(). On MIPS, at least,
it maps to barrier(). I do not quite understand why I would need a
barrier() in this place. Would you, or someone else, care to
enlighten me?

I am sending a revised patch in a separate mail.

Thomas
--
Thomas Koeller
thomas@xxxxxxxxxxxxxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/