Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37981
b: refs/heads/master
c: 65a64ec
h: refs/heads/master
i:
  37979: c10da1b
v: v3
  • Loading branch information
Vitaly Wool authored and Wim Van Sebroeck committed Oct 2, 2006
1 parent d0e941c commit 622988a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99d2853ac953900962d8191788060e80766eb214
refs/heads/master: 65a64ec3b4fc904932b832c53e5a86d56b972682
3 changes: 2 additions & 1 deletion trunk/drivers/char/watchdog/pnx4008_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ static void wdt_enable(void)
/* stop counter, initiate counter reset */
__raw_writel(RESET_COUNT, WDTIM_CTRL(wdt_base));
/*wait for reset to complete. 100% guarantee event */
while (__raw_readl(WDTIM_COUNTER(wdt_base)));
while (__raw_readl(WDTIM_COUNTER(wdt_base)))
cpu_relax();
/* internal and external reset, stop after that */
__raw_writel(M_RES2 | STOP_COUNT0 | RESET_COUNT0,
WDTIM_MCTRL(wdt_base));
Expand Down

0 comments on commit 622988a

Please sign in to comment.