Kill sunmon.h

This commit is contained in:
gwr 1997-01-27 22:24:03 +00:00
parent 55cc627131
commit 8fddc5d688
4 changed files with 6 additions and 16 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: clock.c,v 1.5 1997/01/26 06:17:07 gwr Exp $ */
/* $NetBSD: clock.c,v 1.6 1997/01/27 22:24:03 gwr Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
@ -60,8 +60,6 @@
#include <machine/machdep.h>
#include <sun3/sun3/interreg.h>
#include <sun3/sun3/sunmon.h>
#include "mostek48t02.h"
#define CLOCK_PRI 5
@ -196,7 +194,7 @@ void clock_init()
}
/* Turn off clock interrupts until cpu_initclocks() */
/* isr_init() already set the interrupt reg to zero. */
/* intreg_init() already cleared the interrupt register. */
}
/*
@ -253,7 +251,6 @@ clock_intr(cf)
*interrupt_reg |= IREG_CLOCK_ENAB_5;
#endif
/* XXX - Need to do anything? */
hardclock(&cf);
}

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.3 1997/01/23 22:48:40 gwr Exp $ */
/* $NetBSD: machdep.c,v 1.4 1997/01/27 22:25:20 gwr Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -92,8 +92,6 @@
#include <machine/db_machdep.h>
#include <machine/machdep.h>
#include <sun3/sun3/sunmon.h>
extern char *cpu_string;
extern char version[];
extern short exframesize[];

View File

@ -1,4 +1,4 @@
/* $NetBSD: clock.c,v 1.5 1997/01/26 06:17:07 gwr Exp $ */
/* $NetBSD: clock.c,v 1.6 1997/01/27 22:24:03 gwr Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
@ -60,8 +60,6 @@
#include <machine/machdep.h>
#include <sun3/sun3/interreg.h>
#include <sun3/sun3/sunmon.h>
#include "mostek48t02.h"
#define CLOCK_PRI 5
@ -196,7 +194,7 @@ void clock_init()
}
/* Turn off clock interrupts until cpu_initclocks() */
/* isr_init() already set the interrupt reg to zero. */
/* intreg_init() already cleared the interrupt register. */
}
/*
@ -253,7 +251,6 @@ clock_intr(cf)
*interrupt_reg |= IREG_CLOCK_ENAB_5;
#endif
/* XXX - Need to do anything? */
hardclock(&cf);
}

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.3 1997/01/23 22:48:40 gwr Exp $ */
/* $NetBSD: machdep.c,v 1.4 1997/01/27 22:25:20 gwr Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -92,8 +92,6 @@
#include <machine/db_machdep.h>
#include <machine/machdep.h>
#include <sun3/sun3/sunmon.h>
extern char *cpu_string;
extern char version[];
extern short exframesize[];