[PATCH] High BAT initialization wrong

From: Benjamin Herrenschmidt
Date: Fri Mar 05 2004 - 19:07:42 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/