[kernel] r6740 - in dists/trunk/linux-2.6/debian: . patches/series

Thiemo Seufer ths at costa.debian.org
Mon May 29 01:14:06 UTC 2006


Author: ths
Date: Mon May 29 01:14:01 2006
New Revision: 6740

Added:
   dists/trunk/linux-2.6/debian/patches/mips-sb1-pass1fpu.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/0experimental.1

Log:
* [mips] Fix SWARM FPU detection.


Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Mon May 29 01:14:01 2006
@@ -6,6 +6,9 @@
   [ Martin Michlmayr ]
   * [mips] Update patches for 2.6.17.
 
+  [ Thiemo Seufer ]
+  * [mips] Fix SWARM FPU detection.
+
   [ Kyle McMartin ]
   * [hppa] Disable CONFIG_DETECT_SOFTLOCKUP to fix pa8800 boot.
 

Added: dists/trunk/linux-2.6/debian/patches/mips-sb1-pass1fpu.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/mips-sb1-pass1fpu.patch	Mon May 29 01:14:01 2006
@@ -0,0 +1,11 @@
+--- linux-orig/arch/mips/kernel/cpu-probe.c	2006-05-15 02:07:55.000000000 +0100
++++ linux-work-stable/arch/mips/kernel/cpu-probe.c	2006-05-28 23:59:12.000000000 +0100
+@@ -652,7 +648,7 @@ static inline void cpu_probe_sibyte(stru
+ 	case PRID_IMP_SB1:
+ 		c->cputype = CPU_SB1;
+ 		/* FPU in pass1 is known to have issues. */
+-		if ((c->processor_id & 0xff) < 0x20)
++		if ((c->processor_id & 0xff) < 0x02)
+ 			c->options &= ~(MIPS_CPU_FPU | MIPS_CPU_32FPR);
+ 		break;
+ 	case PRID_IMP_SB1A:

Modified: dists/trunk/linux-2.6/debian/patches/series/0experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/0experimental.1	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/0experimental.1	Mon May 29 01:14:01 2006
@@ -23,3 +23,4 @@
 + mips-sb1-duart-tts.patch
 + s390-arch-kernel-time.patch
 #FIXME + powerpc-mkvmlinuz-support-2.patch
++ mips-sb1-pass1fpu.patch



More information about the Kernel-svn-changes mailing list