mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-27 22:40:15 +00:00
Add spin loop hint by means of the PAUSE instruction since wait_for_interrupt is called in a busy loop. This should improve processor performance and reduce power consumption. Note: HLT cannot be used since it is a privileged instruction and the idle thread is executed in userspace.