Module Name: src
Committed By: cliff
Date: Sun Jan 17 00:20:14 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mipsX_subr.S
Log Message:
fix print format for EPC in cache error format string
To generate a diff of this commit:
cvs rdiff -u -r1.26.36.1.2.18 -r1.26.36.1.2.19 \
src/sys/arch/mips/mips/mipsX_subr.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/mipsX_subr.S
diff -u src/sys/arch/mips/mips/mipsX_subr.S:1.26.36.1.2.18 src/sys/arch/mips/mips/mipsX_subr.S:1.26.36.1.2.19
--- src/sys/arch/mips/mips/mipsX_subr.S:1.26.36.1.2.18 Sat Jan 16 20:56:33 2010
+++ src/sys/arch/mips/mips/mipsX_subr.S Sun Jan 17 00:20:14 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: mipsX_subr.S,v 1.26.36.1.2.18 2010/01/16 20:56:33 matt Exp $ */
+/* $NetBSD: mipsX_subr.S,v 1.26.36.1.2.19 2010/01/17 00:20:14 cliff Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -1128,7 +1128,7 @@
eret
#if defined(MIPS64_XLS)
- MSG("cache error @ EPC %#x\nL1D_CACHE_ERROR_LOG %#lx\nL1D_CACHE_INTERRUPT %#lx\nstatus %#x, cause %#x");
+ MSG("cache error @ EPC %#lx\nL1D_CACHE_ERROR_LOG %#lx\nL1D_CACHE_INTERRUPT %#lx\nstatus %#x, cause %#x");
#else
MSG("cache error @ EPC 0x%x ErrCtl 0x%x CacheErr 0x%x");
#endif