genode/repos/base-hw/src
Adrian-Ken Rueegsegger 780863007d hw_x86_64: Use PAUSE instruction in wait_for_interrupt
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.
2015-08-21 11:00:59 +02:00
..
base hw: remove redundant file from signal library 2015-07-01 14:46:18 +02:00
core hw_x86_64: Use PAUSE instruction in wait_for_interrupt 2015-08-21 11:00:59 +02:00
platform hw: kernel backed capabilities (Fix #1443) 2015-05-26 09:40:04 +02:00
test run/cpu_quota: raise measurement precision further 2015-07-21 09:30:12 +02:00