lkml.org 
[lkml]   [2004]   [Mar]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] High BAT initialization wrong
From
Date
Hi !

The code initializing the "high" BATs on CPUs like the 750FX got
broken when copied over from 2.4. This cause random problems with
machines using those CPUs (iBook 2s typically). Please apply this
fix asap. Thanks.

===== arch/ppc/kernel/head.S 1.41 vs edited =====
--- 1.41/arch/ppc/kernel/head.S Tue Feb 17 05:37:14 2004
+++ edited/arch/ppc/kernel/head.S Sat Mar 6 11:03:00 2004
@@ -1492,22 +1492,22 @@
* seems that doesn't affect our ability to actually
* write to these SPRs.
*/
- mtspr SPRN_DBAT4U,r20
- mtspr SPRN_DBAT4L,r20
- mtspr SPRN_DBAT5U,r20
- mtspr SPRN_DBAT5L,r20
- mtspr SPRN_DBAT6U,r20
- mtspr SPRN_DBAT6L,r20
- mtspr SPRN_DBAT7U,r20
- mtspr SPRN_DBAT7L,r20
- mtspr SPRN_IBAT4U,r20
- mtspr SPRN_IBAT4L,r20
- mtspr SPRN_IBAT5U,r20
- mtspr SPRN_IBAT5L,r20
- mtspr SPRN_IBAT6U,r20
- mtspr SPRN_IBAT6L,r20
- mtspr SPRN_IBAT7U,r20
- mtspr SPRN_IBAT7L,r20
+ mtspr SPRN_DBAT4U,r10
+ mtspr SPRN_DBAT4L,r10
+ mtspr SPRN_DBAT5U,r10
+ mtspr SPRN_DBAT5L,r10
+ mtspr SPRN_DBAT6U,r10
+ mtspr SPRN_DBAT6L,r10
+ mtspr SPRN_DBAT7U,r10
+ mtspr SPRN_DBAT7L,r10
+ mtspr SPRN_IBAT4U,r10
+ mtspr SPRN_IBAT4L,r10
+ mtspr SPRN_IBAT5U,r10
+ mtspr SPRN_IBAT5L,r10
+ mtspr SPRN_IBAT6U,r10
+ mtspr SPRN_IBAT6L,r10
+ mtspr SPRN_IBAT7U,r10
+ mtspr SPRN_IBAT7L,r10
END_FTR_SECTION_IFSET(CPU_FTR_HAS_HIGH_BATS)
blr


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.116 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site