Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/dev Use __mips__ instead of mips.



details:   https://anonhg.NetBSD.org/src/rev/01f8c30c061c
branches:  trunk
changeset: 532135:01f8c30c061c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri May 31 21:19:03 2002 +0000

description:
Use __mips__ instead of mips.

diffstat:

 sys/arch/newsmips/dev/dmac_0448.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ce02ee4210bb -r 01f8c30c061c sys/arch/newsmips/dev/dmac_0448.h
--- a/sys/arch/newsmips/dev/dmac_0448.h Fri May 31 21:13:12 2002 +0000
+++ b/sys/arch/newsmips/dev/dmac_0448.h Fri May 31 21:19:03 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dmac_0448.h,v 1.2 1999/02/15 04:36:33 hubertf Exp $    */
+/*     $NetBSD: dmac_0448.h,v 1.3 2002/05/31 21:19:03 thorpej Exp $    */
 /*
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -67,7 +67,7 @@
 #define DMAC_CMAPH             (DMAC_BASE + 0xc)
 #define DMAC_CMAPL             (DMAC_BASE + 0xd)
 
-#ifdef mips
+#ifdef __mips__
 #define        VOLATILE        volatile
 #else
 #define        VOLATILE



Home | Main Index | Thread Index | Old Index