commit | f3352e36dbfa7bea31aab0cfa4ed8d2ec20b1d04 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Oct 09 02:24:33 2009 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Oct 13 21:48:52 2009 -0400 |
tree | 5c62e673b6a0995d20a0d7c403b8d7f2716712fb | |
parent | 1d938e69732a982450e9be6efd002672f766cd08 [diff] |
Blackfin: reset watchdog in udelay() All arches apparently should reset the watchdog in their udelay loop as noted on the mailing list recently: > A comment in flash_status_check() suggests that udelay() is > expected to reset the watchdog, but I can't find any architecture > where it does. If this is missing in other architectures, it should be fixed at the root cause, i. e. in udelay() or in the respective support routines. Signed-off-by: Mike Frysinger <vapier@gentoo.org>