Enable cpu_idle drivers for ppc64/pseries (requested by Ben Herrenschmidt)

This commit is contained in:
Josh Boyer 2012-05-17 08:27:15 -04:00
parent acc7107e89
commit 79f6a7b5f4
2 changed files with 7 additions and 0 deletions

View File

@ -154,6 +154,10 @@ CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_PSERIES_ENERGY=m
CONFIG_CPU_IDLE=y
# CONFIG_CPU_IDLE_GOV_LADDER is not set
CONFIG_PSERIES_IDLE=y
CONFIG_PPC_ICSWX=y
CONFIG_IO_EVENT_IRQ=y
CONFIG_HW_RANDOM_AMD=m

View File

@ -2335,6 +2335,9 @@ fi
# ||----w |
# || ||
%changelog
* Thu May 17 2012 Josh Boyer <jwboyer@redhat.com>
- Enable cpu_idle drivers for ppc64/pseries (requested by Ben Herrenschmidt)
* Wed May 16 2012 Josh Boyer <jwboyer@redhat.com>
- Update the vgaarb patches to pick up a small switcheroo fix from airlied