tests/xics: Ensure no compiler optimisations in delay()
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 17 Jun 2020 12:06:28 +0000 (22:06 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 19 Jun 2020 10:28:03 +0000 (20:28 +1000)
commit0b82024b011c77d3e7c2374b17855031db91d650
tree3c778c8c95cc8223693b20564a4b2fe09b36a6e0
parent0fa14f6decff1abd43f2bff87f10ad59c5aef754
tests/xics: Ensure no compiler optimisations in delay()

In case it would be tempted to "read ahead" the delay function

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
tests/xics/xics.c