CPU_FREQ drivers should now be built-in on x86-64.

This commit is contained in:
Dave Jones 2011-08-13 17:13:36 -04:00
parent 52149c3ebb
commit 0ffe7fc9b0
2 changed files with 5 additions and 2 deletions

View File

@ -17,8 +17,8 @@ CONFIG_AMD_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
# CONFIG_NUMA_EMU is not set
CONFIG_NR_CPUS=512
CONFIG_X86_POWERNOW_K8=m
CONFIG_X86_P4_CLOCKMOD=m
CONFIG_X86_POWERNOW_K8=y
CONFIG_X86_P4_CLOCKMOD=y
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
# CONFIG_IOMMU_DEBUG is not set

View File

@ -1909,6 +1909,9 @@ fi
# and build.
%changelog
* Sat Aug 13 2011 Dave Jones <davej@redhat.com>
- CPU_FREQ drivers should now be built-in on x86-64.
* Thu Aug 11 2011 Josh Boyer <jwboyer@redhat.com>
- Add patch davej applied to f15 for rhbz 729340
- Add munged together patch for rhbz 729269