On 14.09.2023 16:56, Oleksii Kurochko wrote: > The patch introduces header stub necessry for full Xen build. > > Signed-off-by: Oleksii Kurochko <[email protected]> > --- > xen/include/asm-generic/delay.h | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 xen/include/asm-generic/delay.h
Besides the implementation below not being acceptable, imo we should do away with asm/delay.h altogether. x86 can rename __udelay() to udelay(), and then the declaration can move to xen/delay.h. Jan
