Skip to content
Snippets Groups Projects
Commit 3eb90bad authored by Ingo van Lil's avatar Ingo van Lil Committed by Wolfgang Denk
Browse files

Generic udelay() with watchdog support


According to the PPC reference implementation the udelay() function is
responsible for resetting the watchdog timer as frequently as needed.
Most other architectures do not meet that requirement, so long-running
operations might result in a watchdog reset.

This patch adds a generic udelay() function which takes care of
resetting the watchdog before calling an architecture-specific
__udelay().

Signed-off-by: default avatarIngo van Lil <inguin@gmx.de>
parent 1c409bc7
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 21 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment