rpms/kernel/devel linux-2.6-compile-fixes.patch, 1.40, 1.41 kernel-2.6.spec, 1.1762, 1.1763

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Dec 14 14:25:31 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15007

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-compile-fixes.patch 
Log Message:
fix ia64


linux-2.6-compile-fixes.patch:
 process.c |    2 ++
 1 files changed, 2 insertions(+)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: linux-2.6-compile-fixes.patch
diff -N linux-2.6-compile-fixes.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ linux-2.6-compile-fixes.patch	14 Dec 2005 14:25:26 -0000	1.41
@@ -0,0 +1,16 @@
+--- linux-2.6.14/arch/ia64/kernel/process.c~	2005-12-14 09:24:22.000000000 -0500
++++ linux-2.6.14/arch/ia64/kernel/process.c	2005-12-14 09:24:39.000000000 -0500
+@@ -726,11 +726,13 @@ flush_thread (void)
+ 	/* drop floating-point and debug-register state if it exists: */
+ 	current->thread.flags &= ~(IA64_THREAD_FPH_VALID | IA64_THREAD_DBG_VALID);
+ 	ia64_drop_fpu(current);
++#ifdef CONFIG_IA32_SUPPORT
+ 	if (IS_IA32_PROCESS(ia64_task_regs(current))) {
+ 		ia32_drop_partial_page_list(current);
+ 		current->thread.task_size = IA32_PAGE_OFFSET;
+ 		set_fs(USER_DS);
+ 	}
++#endif
+ }
+ 
+ /*


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1762
retrieving revision 1.1763
diff -u -r1.1762 -r1.1763
--- kernel-2.6.spec	14 Dec 2005 14:23:16 -0000	1.1762
+++ kernel-2.6.spec	14 Dec 2005 14:25:26 -0000	1.1763
@@ -155,8 +155,7 @@
 License: GPLv2
 Version: %{rpmversion}
 Release: %{release}
-ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 sparc sparc64 ppc64iseries
-#ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ia64 sparc sparc64 ppc64iseries
+ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ia64 sparc sparc64 ppc64iseries
 ExclusiveOS: Linux
 Provides: kernel = %{version}
 Provides: kernel-drm = 4.3.0
@@ -375,6 +374,7 @@
 Patch10001: linux-2.6-kdump-needs-not-embedded.patch
 Patch10002: linux-2.6-proc-vmcore-needs-not-embedded.patch
 Patch10003: linux-2.6-gcc41.patch
+Patch10004: linux-2.6-compile-fixes.patch
 
 # END OF PATCH DEFINITIONS
 
@@ -862,6 +862,7 @@
 %patch10001 -p1
 %patch10002 -p1
 %patch10003 -p1
+%patch10004 -p1
 
 
 # END OF PATCH APPLICATIONS




More information about the fedora-cvs-commits mailing list