patch-2.4.22 linux-2.4.22/arch/arm/mm/alignment.c
Next file: linux-2.4.22/arch/arm/mm/consistent.c
Previous file: linux-2.4.22/arch/arm/mm/Makefile
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/arm/mm/alignment.c
- Orig date:
2002-08-02 17:39:42.000000000 -0700
diff -urN linux-2.4.21/arch/arm/mm/alignment.c linux-2.4.22/arch/arm/mm/alignment.c
@@ -426,13 +426,13 @@
eaddr += 4;
/*
- * For alignment faults on the ARM922T the MMU makes
+ * For alignment faults on the ARM922T/ARM920T the MMU makes
* the FSR (and hence addr) equal to the updated base address
* of the multiple access rather than the restored value.
- * Switch this messsage off if we've got a ARM922, otherwise
+ * Switch this messsage off if we've got a ARM92[02], otherwise
* [ls]dm alignment faults are noisy!
*/
-#if !(defined CONFIG_CPU_ARM922T)
+#if !(defined CONFIG_CPU_ARM922T) && !(defined CONFIG_CPU_ARM920T)
/*
* This is a "hint" - we already have eaddr worked out by the
* processor for us.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)