Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/pmax - Nuke declarations for now obsolete impl...



details:   https://anonhg.NetBSD.org/src/rev/f68d46ca4409
branches:  trunk
changeset: 473610:f68d46ca4409
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed Jun 09 07:33:29 1999 +0000

description:
- Nuke declarations for now obsolete implementations of spl()s.

diffstat:

 sys/arch/pmax/pmax/machdep.h |  16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diffs (30 lines):

diff -r 90225c91d95e -r f68d46ca4409 sys/arch/pmax/pmax/machdep.h
--- a/sys/arch/pmax/pmax/machdep.h      Wed Jun 09 06:59:53 1999 +0000
+++ b/sys/arch/pmax/pmax/machdep.h      Wed Jun 09 07:33:29 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.h,v 1.4 1999/06/08 23:40:42 simonb Exp $       */
+/*     $NetBSD: machdep.h,v 1.5 1999/06/09 07:33:29 nisimura Exp $     */
 
 /*
  * Copyright (c) 1998 Jonathan Stone.  All rights reserved.
@@ -34,20 +34,6 @@
 extern char machine[];
 extern char cpu_model[];
 
-/*
- * Interrupt-blocking functions defined in locore. These names aren't used
- * directly except here and in interrupt handlers.
- */
-
-/* Block out one hardware interrupt-enable bit. */
-int    Mach_spl0 __P((void)), Mach_spl1 __P((void));
-int    Mach_spl2 __P((void)), Mach_spl3 __P((void));
-
-/* Block out nested interrupt-enable bits. */
-int    cpu_spl0 __P((void)), cpu_spl1 __P((void));
-int    cpu_spl2 __P((void)), cpu_spl3 __P((void));
-int    splhigh __P((void));
-
 extern volatile struct chiptime *mcclock_addr;
 
 /* PROM callback routines - see pmax/promcall.c */



Home | Main Index | Thread Index | Old Index