commit | 904a9be8f4d11c6a20ace9f6429f0b00ed878604 | [log] [tgz] |
---|---|---|
author | Varun Wadekar <vwadekar@nvidia.com> | Thu Aug 31 17:14:22 2017 -0700 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Wed Jan 23 10:31:10 2019 -0800 |
tree | db332f4e8242c50196cd94ddca8ecb4c1508b2b0 | |
parent | f632e282c2a007cc5114acc3534c218b493a2854 [diff] |
Tegra186: mce: use udelay() to calculate timeouts This patch modifies the timeout loop to use udelay() instead of mdelay(). This helps with the boot time on some platforms which issue a lot of MCE calls and every mdelay adds up increasing the boot time by a lot. Change-Id: Ic50081b73e1cbc2714361235b5c396e294b8f752 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>