haiku/src
Yongcong Du 2195811a84 idle: introduce cpuidle generic module
This module will load the various lowlevel cpuidle modules' implementations
during initialiation. If it finds one available module, it will change
the global gCpuIdleFunc as its own better one.

When idle, cpuidle module will select the best cstate and enter it by
calling the lowlevel module's implementation.

Signed-off-by: Yongcong Du <ycdu.vmcore@gmail.com>
Signed-off-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
2012-11-18 17:39:17 +01:00
..
add-ons idle: introduce cpuidle generic module 2012-11-18 17:39:17 +01:00
apps GL: Make sure to use GLU headers. 2012-11-18 08:22:38 -06:00
bin Changes to allow Haiku source to build with GCC 4.7 2012-11-15 17:59:19 -05:00
build Convert fs_host files from c back to cpp and style changes. 2012-08-13 18:51:59 -04:00
data Add MIME type for Apple icon 2012-11-08 23:40:10 +00:00
documentation Fixed typo. Fixes #8755 2012-07-30 13:12:02 +00:00
kits Fix BDirectWindow::GetClippingRect 2012-11-18 16:38:03 +01:00
libs GL: Make sure to use GLU headers. 2012-11-18 08:22:38 -06:00
preferences Instead of destroying the BAboutWindow object on close, Hide() it, then on the destructor of the calling window call Quit() explicitly to destroy it. 2012-11-12 23:57:30 -05:00
servers Move stacked windows to a different workspace correctly. 2012-11-06 20:09:15 +01:00
system ARM/libroot: and more fp calls.... 2012-11-16 15:58:35 +01:00
tests GL: Make sure to use GLU headers. 2012-11-18 08:22:38 -06:00
tools libpng and jpeg: build against optional packages. 2012-08-27 22:03:18 +02:00
Jamfile