]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: reset watchdog in udelay()
authorMike Frysinger <vapier@gentoo.org>
Fri, 9 Oct 2009 06:24:33 +0000 (02:24 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 14 Oct 2009 01:48:52 +0000 (21:48 -0400)
commit1f003cf4738a199d99c818124784058526d2d40e
tree5c62e673b6a0995d20a0d7c403b8d7f2716712fb
parent370ec734557d0b0f266e6d0953229ee12cae5edd
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>
cpu/blackfin/interrupts.c