Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include ++CPU_MAXID for CPU_LLSC.



details:   https://anonhg.NetBSD.org/src/rev/ff077e5a8a7a
branches:  trunk
changeset: 534883:ff077e5a8a7a
user:      shin <shin%NetBSD.org@localhost>
date:      Mon Aug 05 13:00:47 2002 +0000

description:
++CPU_MAXID for CPU_LLSC.

diffstat:

 sys/arch/mips/include/cpu.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4253e6ada897 -r ff077e5a8a7a sys/arch/mips/include/cpu.h
--- a/sys/arch/mips/include/cpu.h       Mon Aug 05 12:43:44 2002 +0000
+++ b/sys/arch/mips/include/cpu.h       Mon Aug 05 13:00:47 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.66 2002/08/04 01:47:17 gmcgarry Exp $        */
+/*     $NetBSD: cpu.h,v 1.67 2002/08/05 13:00:47 shin Exp $    */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -102,7 +102,7 @@
  * with other mips platforms.
  */
 #ifndef CPU_MAXID
-#define CPU_MAXID              4       /* number of valid machdep ids */
+#define CPU_MAXID              5       /* number of valid machdep ids */
 
 #define CTL_MACHDEP_NAMES { \
        { 0, 0 }, \



Home | Main Index | Thread Index | Old Index