Modify generic x86_64 config
authorRussell Webb <russell.webb@intel.com>
Thu, 13 Sep 2012 16:01:55 +0000 (09:01 -0700)
committerGerrit <chrome-bot@google.com>
Fri, 28 Sep 2012 16:36:48 +0000 (09:36 -0700)
commit5183df3e36c6ba593c43c0e12ac2d87f9be6475a
tree78a72e5522dc20a676a1366429d9b63fe98556a2
parentf4bd46c23bb7a328051b062aeb0ce327df4a948d
Modify generic x86_64 config

This change adds intel idle support, and sets the number of cpus
to the kernel default value of 64.

Intel idle knows which processors it will work correctly on, and on
systems it is not aware of, it will fall back to acpi idle.  Enabling
it here should improve robustness and power on systems intel idle
supports, and should not change anything on systems it doesn't support.

The number of CPU's setting was previously 4.  Setting this value too
low can have serious power consequences (non-initialized cores will
prevent the entire system from entering sleep states) and the additional
overhead is minimal. A value of 64 should be large enough to cover the
majority of systems available that Chromium OS might be used with.

BUG=None
TEST=Smoke tests passed on amd64-generic and amd64-corei7 using x86_64
     flavour.

Change-Id: I3385d751913fa1f4c81cc0b0d9fb9a69519d7f15
Signed-off-by: Russell Webb <russell.webb@intel.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/33315
Reviewed-by: paul drews <paul.drews@intel.com>
Reviewed-by: Olof Johansson <olofj@chromium.org>
chromeos/config/x86_64/chromeos-intel-pineview.flavour.config
chromeos/config/x86_64/chromiumos-x86_64.flavour.config
chromeos/config/x86_64/common.config