Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cobalt/cobalt ECOFF hook is in arch/mips.



details:   https://anonhg.NetBSD.org/src/rev/8d7aaa965e57
branches:  trunk
changeset: 485515:8d7aaa965e57
user:      soren <soren%NetBSD.org@localhost>
date:      Sat Apr 29 21:47:59 2000 +0000

description:
ECOFF hook is in arch/mips.

diffstat:

 sys/arch/cobalt/cobalt/machdep.c |  20 ++------------------
 1 files changed, 2 insertions(+), 18 deletions(-)

diffs (41 lines):

diff -r 7a5b66543f43 -r 8d7aaa965e57 sys/arch/cobalt/cobalt/machdep.c
--- a/sys/arch/cobalt/cobalt/machdep.c  Sat Apr 29 21:47:13 2000 +0000
+++ b/sys/arch/cobalt/cobalt/machdep.c  Sat Apr 29 21:47:59 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.13 2000/04/28 17:23:40 soren Exp $       */
+/*     $NetBSD: machdep.c,v 1.14 2000/04/29 21:47:59 soren Exp $       */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang.  All rights reserved.
@@ -451,22 +451,6 @@
        while (--N > 0);
 }
 
-#ifdef EXEC_ECOFF
-#include <sys/exec_ecoff.h>
-
-int
-cpu_exec_ecoff_hook(p, epp)
-       struct proc *p;
-       struct exec_package *epp;
-{
-       extern struct emul emul_netbsd;
-
-       epp->ep_emul = &emul_netbsd;
-
-       return 0;
-}
-#endif /* EXEC_ECOFF */
-
 #define NINTR  6
 
 static struct {
@@ -493,7 +477,7 @@
        return (void *)-1;
 }
 
-void cpu_intr (u_int32_t, u_int32_t, u_int32_t, u_int32_t);
+void cpu_intr(u_int32_t, u_int32_t, u_int32_t, u_int32_t);
 
 void
 cpu_intr(status, cause, pc, ipending)



Home | Main Index | Thread Index | Old Index