Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mvmeppc/include Redefine USER_SR to avoid clashing ...



details:   https://anonhg.NetBSD.org/src/rev/a7eac24acf5e
branches:  trunk
changeset: 533803:a7eac24acf5e
user:      scw <scw%NetBSD.org@localhost>
date:      Tue Jul 09 20:06:35 2002 +0000

description:
Redefine USER_SR to avoid clashing with MVMEPPC_PHYS_BASE_MEM in bat[12].
Thanks to Matt Thomas for pointing out the problem.

diffstat:

 sys/arch/mvmeppc/include/vmparam.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r 02c12b98877c -r a7eac24acf5e sys/arch/mvmeppc/include/vmparam.h
--- a/sys/arch/mvmeppc/include/vmparam.h        Tue Jul 09 19:59:41 2002 +0000
+++ b/sys/arch/mvmeppc/include/vmparam.h        Tue Jul 09 20:06:35 2002 +0000
@@ -1,3 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.1 2002/02/27 21:02:22 scw Exp $  */
+/*     $NetBSD: vmparam.h,v 1.2 2002/07/09 20:06:35 scw Exp $  */
 
+#define        USER_SR 15
 #include <powerpc/mpc6xx/vmparam.h>



Home | Main Index | Thread Index | Old Index