summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-11-04 12:32:04 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-11-04 12:32:04 +0000
commit5ad50bbfb6dc3ce5fd0b2caf4c60e37984337a34 (patch)
tree2025a84d337b80f91e94d77594a33f0272ca9805 /sys/arch/sun3
parent0aeebedada3924f59efd910e7da1bf10071bc3fd (diff)
remove prototype for fusword(); now in shared m68k cpu.h
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/include/cpu.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sun3/include/cpu.h b/sys/arch/sun3/include/cpu.h
index 7b476ee988a..e3f0d3b8662 100644
--- a/sys/arch/sun3/include/cpu.h
+++ b/sys/arch/sun3/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.9 1997/02/14 18:30:42 kstailey Exp $ */
+/* $OpenBSD: cpu.h,v 1.10 1997/11/04 12:32:03 kstailey Exp $ */
/* $NetBSD: cpu.h,v 1.20 1995/12/21 05:02:10 mycroft Exp $ */
/*
@@ -167,9 +167,6 @@ long dvma_kvtopa __P((long, int));
/* machdep.c */
void dumpconf __P((void));
-/* locore.s */
-short fusword __P((void *));
-
struct pcb;
void savectx __P((struct pcb *));
void switch_exit __P((struct proc *));