Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/evbsh3/evbsh3 Pullup revision 1.19 (approved b...



details:   https://anonhg.NetBSD.org/src/rev/40418ae5ff67
branches:  netbsd-1-5
changeset: 489579:40418ae5ff67
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Sep 29 07:50:07 2000 +0000

description:
Pullup revision 1.19 (approved by thorpej):

 check whether both COMPUTEXEVB and SH7709A is defined to access
special register.

diffstat:

 sys/arch/evbsh3/evbsh3/machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bd0c5e37d0af -r 40418ae5ff67 sys/arch/evbsh3/evbsh3/machdep.c
--- a/sys/arch/evbsh3/evbsh3/machdep.c  Fri Sep 29 07:47:30 2000 +0000
+++ b/sys/arch/evbsh3/evbsh3/machdep.c  Fri Sep 29 07:50:07 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.15.2.1 2000/08/12 19:07:24 msaitoh Exp $ */
+/*     $NetBSD: machdep.c,v 1.15.2.2 2000/09/29 07:50:07 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -920,7 +920,7 @@
 #endif
 
 #if defined(BSC_SDMR3_VAL)
-#ifndef COMPUTEXEVB
+#if !(defined(COMPUTEXEVB) && defined(SH7709A))
 #define SDMR3  (*(volatile unsigned char  *)BSC_SDMR3_VAL)
 
        SDMR3 = 0;



Home | Main Index | Thread Index | Old Index