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

Martin Michlmayr tbm at costa.debian.org
Mon Sep 11 07:43:55 UTC 2006


Author: tbm
Date: Mon Sep 11 07:43:53 2006
New Revision: 7382

Added:
   dists/trunk/linux-2.6/debian/patches/arm-iop-fix-cpuid
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/0experimental.2

Log:
arm/iop32x: Fix iop321 cpuid.


Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Sep 11 07:43:53 2006
@@ -5,6 +5,7 @@
   * arm/iop32x: Build ext2/3 as modules.
   * arm/iop32x: Disable CONFIG_EMBEDDED.
   * mipsel/r5k-cobalt: Enable ISDN.
+  * arm/iop32x: Fix iop321 cpuid.
 
   [ Sven Luther ]
   * [powerpc] Enabled the -prep flavour.

Added: dists/trunk/linux-2.6/debian/patches/arm-iop-fix-cpuid
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/arm-iop-fix-cpuid	Mon Sep 11 07:43:53 2006
@@ -0,0 +1,31 @@
+# Upstream status: posted to the patch tracker
+
+Subject: Fix iop321 cpuid
+From: Dan Williams <dan.j.williams at intel.com>
+
+commit a6a38a66224c7c578cfed2f584b440c81af0c3ae changed the iop321 id to a
+value that does not work with all platforms. Change the mask to permit bit
+11. Tested on an iq80321 600Mhz CRB.
+
+http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=3780/1
+
+Signed-off-by: Dan Williams <dan.j.williams at intel.com>
+---
+
+ arch/arm/mm/proc-xscale.S |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/arch/arm/mm/proc-xscale.S b/arch/arm/mm/proc-xscale.S
+index 561bff7..3ca0c92 100644
+--- a/arch/arm/mm/proc-xscale.S
++++ b/arch/arm/mm/proc-xscale.S
+@@ -644,7 +644,7 @@ __80219_proc_info:
+ 	.type	__8032x_proc_info,#object
+ __8032x_proc_info:
+ 	.long	0x69052420
+-	.long	0xffffffe0
++	.long	0xfffff7e0
+ 	.long   PMD_TYPE_SECT | \
+ 		PMD_SECT_BUFFERABLE | \
+ 		PMD_SECT_CACHEABLE | \
+

Modified: dists/trunk/linux-2.6/debian/patches/series/0experimental.2
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/0experimental.2	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/0experimental.2	Mon Sep 11 07:43:53 2006
@@ -1,2 +1,3 @@
 + powerpc-mkvmlinuz-support-ppc.patch
 + powerpc-mkvmlinuz-support-powerpc.patch
++ arm-iop-fix-cpuid



More information about the Kernel-svn-changes mailing list