]> git.baikalelectronics.ru Git - arm-tf.git/commit
Tegra186: mce: use udelay() to calculate timeouts
authorVarun Wadekar <vwadekar@nvidia.com>
Fri, 1 Sep 2017 00:14:22 +0000 (17:14 -0700)
committerVarun Wadekar <vwadekar@nvidia.com>
Wed, 23 Jan 2019 18:31:10 +0000 (10:31 -0800)
commitf9f620d6ac26288600780896837db83d5d2eb44f
treedb332f4e8242c50196cd94ddca8ecb4c1508b2b0
parent8dc9278382515e4d84934ad8c43ccc7274caa774
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>
plat/nvidia/tegra/soc/t186/drivers/mce/ari.c