mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 06:39:22 +00:00
6a7a30ceaa
Implement udelay for all architectures within common lx_emul code, remove driver-specific version. Always do busy looping in udelay and use cpu_relax() like the original Linux code. Thereby, we profit from architecture specific instructions (cpu cool down), and jiffies are updated if irqs are on. Ref genodelabs/genode#4778