Merge branch 'cpu_idle'hrev44860
commit5e520ef3995c81a6e1d4ba7ef094c18b4eeaeef3
authorFredrik Holmqvist <fredrik.holmqvist@gmail.com>
Sun, 18 Nov 2012 16:42:43 +0000 (18 17:42 +0100)
committerFredrik Holmqvist <fredrik.holmqvist@gmail.com>
Sun, 18 Nov 2012 16:42:43 +0000 (18 17:42 +0100)
tree8ad8746049b94c74455d40184e3eca2da5344c2a
parent8a6451b9fdd949f67cdef090635ce610d1216cce
parent553f1ebfc1f6e0cb1cc001ea35cb2b2be77bf366
Merge branch 'cpu_idle'

* cpu_idle:
  Add disabled cpuidle driver and module to haikuImage.
  x86_cpuidle: coding style fix according to Jerome
  x86_cpuidle: use module_dependencies rather than get_module()
  cpuidle: remove drivers/cpuidle
  cpuidle: implement acpi cpuidle driver
  acpi: export read_bit_register and write_bit_register
  cpuidle: move generic cpuidle to generic
  acpi: add ACPI_ALLOCATE_LOCAL_BUFFER to ACPI.h
  cpuidle: we should exit when cStateCount is less than 3
  cpuidle: add stats reporting support
  intel_cpuidle: apply strict cpu checking to see it's snb or not
  cpuidle: rename CpuidleStats to CpuidleStat
  enable cpuidle module and device driver
  driver: add cpuidle device driver
  cpuidle: add intel native cpuidle module
  idle: introduce cpuidle generic module