rpms/kernel/devel linux-2.6-powerpc-zImage-32MiB.patch, NONE, 1.1 kernel.spec, 1.540, 1.541

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Wed Mar 26 17:08:12 UTC 2008


Author: dwmw2

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22629

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-powerpc-zImage-32MiB.patch 
Log Message:
Link zImage at 32MiB

linux-2.6-powerpc-zImage-32MiB.patch:

--- NEW FILE linux-2.6-powerpc-zImage-32MiB.patch ---
--- linux-2.6.24.ppc64/arch/powerpc/boot/zImage.lds.S~	2008-01-24 22:58:37.000000000 +0000
+++ linux-2.6.24.ppc64/arch/powerpc/boot/zImage.lds.S	2008-03-26 16:56:50.000000000 +0000
@@ -3,7 +3,7 @@ ENTRY(_zimage_start)
 EXTERN(_zimage_start)
 SECTIONS
 {
-  . = (4*1024*1024);
+  . = (32*1024*1024);
   _start = .;
   .text      :
   {


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -r1.540 -r1.541
--- kernel.spec	26 Mar 2008 05:13:52 -0000	1.540
+++ kernel.spec	26 Mar 2008 17:07:21 -0000	1.541
@@ -576,6 +576,7 @@
 Patch145: linux-2.6-windfarm-pm121.patch
 Patch146: linux-2.6-windfarm-pm121-fix.patch
 Patch147: linux-2.6-imac-transparent-bridge.patch
+Patch148: linux-2.6-powerpc-zImage-32MiB.patch
 
 Patch150: linux-2.6-sparc64-big-kernel.patch
 
@@ -1007,6 +1008,8 @@
 ApplyPatch linux-2.6-windfarm-pm121-fix.patch
 # Work around PCIe bridge setup on iSight
 ApplyPatch linux-2.6-imac-transparent-bridge.patch
+# Link zImage at 32MiB (for POWER machines, Efika)
+ApplyPatch linux-2.6-powerpc-zImage-32MiB.patch
 
 # 
 # SPARC64
@@ -1749,6 +1752,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
 %changelog
+* Wed Mar 26 2008 David Woodhouse <dwmw2 at redhat.com>
+- Link PowerPC zImage at 32MiB (#239658 on POWER5, also fixes Efika)
+
 * Wed Mar 26 2008 Dave Jones <davej at redhat.com>
 - 2.6.25-rc7
 




More information about the fedora-extras-commits mailing list