commit | 4de833c337509916b7931982734d858191cf0700 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Apr 05 12:58:22 2012 -0600 |
committer | Dave Airlie <airlied@redhat.com> | Tue Apr 10 10:21:00 2012 +0100 |
tree | f5eeaeff34fe4f8b2a51ee3a6817a1fa4dcae68c | |
parent | 258f742635360175564e9470eb060ff4d4b984e7 [diff] |
drm/radeon: replace udelay with mdelay for long timeouts Some architectures require that delays longer than a few miliseconds are called through mdelay. This was triggered on ARM randconfig builds. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Dave Airlie <airlied@redhat.com>