commit | 18db5a6ddab62b0eac592725fa76599df24905ca | [log] [tgz] |
---|---|---|
author | Yuri Tikhonov <yur@emcraft.com> | Tue Apr 29 13:32:45 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 29 14:48:50 2008 +0200 |
tree | 4e2459d4bb355cc9d997bd7b7bba6c75a0c3a0d8 | |
parent | fad3749cea3ac28ef9dafcb160d6ff4eeab3cf9c [diff] |
ppc flush_cache: add watch-dog triggering into the loops. Some boards (e.g. lwmon5) need rather a frequent watch-dog kicking. Since the time it takes for the flush_cache() function to complete its job depends on the size of data being flushed, one may encounter watch-dog resets on such boards when, for example, download big files over ethernet. Signed-off-by: Yuri Tikhonov <yur@emcraft.com>