patch-2.0.7 linux/arch/alpha/kernel/lca.c

Next file: linux/arch/alpha/lib/csum_partial_copy.c
Previous file: linux/arch/alpha/kernel/irq.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.6/linux/arch/alpha/kernel/lca.c linux/arch/alpha/kernel/lca.c
@@ -341,7 +341,7 @@
     printk("    %s %s error to %s occurred at address %x\n",
 	   (esr & ESR_CEE) ? "Correctable" : ((esr & ESR_UEE) ? "Uncorrectable" : "A"),
 	   (esr & ESR_WRE) ? "write" : "read",
-	   (esr & ESR_SOR) ? "b-cache" : "memory",
+	   (esr & ESR_SOR) ? "memory" : "b-cache",
 	   (unsigned) (ear & 0x1ffffff8));
     if (esr & ESR_CTE) {
 	printk("    A b-cache tag parity error was detected.\n");

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov