Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/include Remove now superfluous prototype defi...



details:   https://anonhg.NetBSD.org/src/rev/28c3267c4143
branches:  trunk
changeset: 477191:28c3267c4143
user:      is <is%NetBSD.org@localhost>
date:      Thu Oct 14 21:40:05 1999 +0000

description:
Remove now superfluous prototype definitions (of the m68k cache operations).

diffstat:

 sys/arch/amiga/include/cpu.h |  22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)

diffs (36 lines):

diff -r a7818b3869f8 -r 28c3267c4143 sys/arch/amiga/include/cpu.h
--- a/sys/arch/amiga/include/cpu.h      Thu Oct 14 20:58:18 1999 +0000
+++ b/sys/arch/amiga/include/cpu.h      Thu Oct 14 21:40:05 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.47 1999/08/10 21:08:06 thorpej Exp $ */
+/*     $NetBSD: cpu.h,v 1.48 1999/10/14 21:40:05 is Exp $      */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -196,26 +196,6 @@
 void   proc_trampoline __P((void));
 void   savectx __P((struct pcb *));
 void   switch_exit __P((struct proc *));
-void   DCIAS __P((vm_offset_t));
-void   DCIA __P((void));
-void   DCIS __P((void));
-void   DCIU __P((void));
-void   ICIA __P((void));
-void   ICPA __P((void));
-void   PCIA __P((void));
-void   TBIA __P((void));
-void   TBIS __P((vm_offset_t));
-void   TBIAS __P((void));
-void   TBIAU __P((void));
-#if defined(M68040) || defined(M68060)
-void   DCFA __P((void));
-void   DCFP __P((vm_offset_t));
-void   DCFL __P((vm_offset_t));
-void   DCPL __P((vm_offset_t));
-void   DCPP __P((vm_offset_t));
-void   ICPL __P((vm_offset_t));
-void   ICPP __P((vm_offset_t));
-#endif
 
 /*
  * Prototypes from machdep.c



Home | Main Index | Thread Index | Old Index