On Thu, Sep 4, 2008 at 2:32 AM,  <[EMAIL PROTECTED]> wrote:
> Revision 5239 Author sonicz Date 2008-09-04 01:32:27 -0500 (Thu, 04 Sep
> 2008)
>
> Log Message
>
> Task[#3428] error if watchdog driver is selected.
>
> Modified: trunk/arch/blackfin/kernel/kgdb.c (5238 => 5239)
>
> +#ifdef CONFIG_BFIN_WDT
> +# error "Please unselect blackfin watchdog driver before build KGDB."
> +#endif

really it's only a problem if userspace activates the watchdog.
having the driver built into the kernel doesnt matter.  this check
also ignores every other watchdog out there that someone may have
enabled.
-mike
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to