Source-Changes-HG archive

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

[src/trunk]: src/sys/sys ifndef some more routines that are macros on the vax...



details:   https://anonhg.NetBSD.org/src/rev/1498088e6caa
branches:  trunk
changeset: 504550:1498088e6caa
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Mar 04 20:49:34 2001 +0000

description:
ifndef some more routines that are macros on the vax port.

diffstat:

 sys/sys/proc.h |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 1ab3b0d0153c -r 1498088e6caa sys/sys/proc.h
--- a/sys/sys/proc.h    Sun Mar 04 20:49:27 2001 +0000
+++ b/sys/sys/proc.h    Sun Mar 04 20:49:34 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc.h,v 1.123 2001/02/27 22:10:27 lukem Exp $ */
+/*     $NetBSD: proc.h,v 1.124 2001/03/04 20:49:34 matt Exp $  */
 
 /*-
  * Copyright (c) 1986, 1989, 1991, 1993
@@ -408,10 +408,14 @@
 void   mi_switch(struct proc *);
 void   pgdelete(struct pgrp *pgrp);
 void   procinit(void);
+#ifndef remrunqueue
 void   remrunqueue(struct proc *);
+#endif
 void   resetpriority(struct proc *);
 void   setrunnable(struct proc *);
+#ifndef setrunqueue
 void   setrunqueue(struct proc *);
+#endif
 void   suspendsched(void);
 int    ltsleep(void *chan, int pri, const char *wmesg, int timo,
            __volatile struct simplelock *);
@@ -425,7 +429,9 @@
            void (*)(void *), void *, register_t *, struct proc **);
 void   rqinit(void);
 int    groupmember(gid_t, struct ucred *);
+#ifndef cpu_switch
 void   cpu_switch(struct proc *);
+#endif
 void   cpu_exit(struct proc *);
 void   cpu_fork(struct proc *, struct proc *, void *, size_t,
            void (*)(void *), void *);



Home | Main Index | Thread Index | Old Index