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
- Lines: 9
- Date:
Mon Jul 15 09:47:41 1996
- Orig file:
v2.0.6/linux/arch/alpha/kernel/lca.c
- Orig date:
Sat Feb 17 09:19:37 1996
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