Change to 64K page size for ppc64 kernels (rhbz 736751)

This commit is contained in:
Josh Boyer 2011-09-09 11:21:22 -04:00
parent efbfbdcb49
commit 737c9c7da8
2 changed files with 6 additions and 2 deletions

View File

@ -108,7 +108,8 @@ CONFIG_NR_CPUS=128
CONFIG_RTAS_PROC=y CONFIG_RTAS_PROC=y
CONFIG_IOMMU_VMERGE=y CONFIG_IOMMU_VMERGE=y
CONFIG_NUMA=y CONFIG_NUMA=y
# CONFIG_PPC_64K_PAGES is not set CONFIG_PPC_64K_PAGES=y
CONFIG_PPC_SUBPAGE_PROT=y
CONFIG_SCHED_SMT=y CONFIG_SCHED_SMT=y
# CONFIG_MV643XX_ETH is not set # CONFIG_MV643XX_ETH is not set

View File

@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so # For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3 # for example a 3 here will become 0.3
# #
%global baserelease 0 %global baserelease 1
%global fedora_build %{baserelease} %global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching # base_sublevel is the kernel version we're starting with and patching
@ -2039,6 +2039,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %changelog
* Fri Sep 09 2011 Josh Boyer <jwboyer@redhat.com>
- Change to 64K page size for ppc64 kernels (rhbz 736751)
* Wed Sep 07 2011 Josh Boyer <jwboyer@redhat.com> * Wed Sep 07 2011 Josh Boyer <jwboyer@redhat.com>
- Linux 3.1-rc5 (locally generated patch from git as kernel.org is down) - Linux 3.1-rc5 (locally generated patch from git as kernel.org is down)
- Add patch to fix oops when linking entities in ucvideo (rhbz 735437) - Add patch to fix oops when linking entities in ucvideo (rhbz 735437)