Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips - _insque()/_remque() used by CODA.



details:   https://anonhg.NetBSD.org/src/rev/3f1f95cd50d8
branches:  trunk
changeset: 474160:3f1f95cd50d8
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed Jun 30 03:52:04 1999 +0000

description:
- _insque()/_remque() used by CODA.

diffstat:

 sys/arch/mips/mips/locore.S |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 3d159c469380 -r 3f1f95cd50d8 sys/arch/mips/mips/locore.S
--- a/sys/arch/mips/mips/locore.S       Wed Jun 30 03:32:40 1999 +0000
+++ b/sys/arch/mips/mips/locore.S       Wed Jun 30 03:52:04 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.74 1999/06/04 21:43:12 castor Exp $       */
+/*     $NetBSD: locore.S,v 1.75 1999/06/30 03:52:04 nisimura Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -54,11 +54,12 @@
  */
 
 #include "opt_cputype.h"       /* which mips CPU levels do we support? */
+#include "opt_ddb.h"
+#include "opt_compat_ultrix.h"
+#include "opt_ns.h"
 #include "opt_ccitt.h"
 #include "opt_iso.h"
-#include "opt_ns.h"
-#include "opt_ddb.h"
-#include "opt_compat_ultrix.h"
+#include "fs_coda.h"
 
 #include <machine/cdefs.h>
 
@@ -908,7 +909,7 @@
        move    a1, v0
 #endif
 
-#if defined(NS) || defined(ISO) || defined(CCITT)
+#if defined(NS) || defined(ISO) || defined(CCITT) || defined(CODA)
 /*
  * Insert 'p' after 'q'.
  *     _insque(p, q)



Home | Main Index | Thread Index | Old Index