On 31/10/2023 10:12, Oleksii Kurochko wrote:
<asm/delay.h> only declares udelay() function so udelay() declaration was moved to xen/delay.h. For x86, __udelay() was renamed to udelay() and removed inclusion of <asm/delay.h> in x86 code. Signed-off-by: Oleksii Kurochko <[email protected]>
For Arm: Acked-by: Julien Grall <[email protected]> Cheers, -- Julien Grall
