summaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorDmitrij Tejblum <dt@FreeBSD.org>1999-04-23 20:22:44 +0000
committerDmitrij Tejblum <dt@FreeBSD.org>1999-04-23 20:22:44 +0000
commit0666dbe1cff623e118e1a4ef9d26f86fffd85f9e (patch)
tree7fb8a30e6ca536859d29eefddff66658619b9a00 /sys/alpha
parente415107779a684fb20af857d2ec7dc5f6d6c1cbc (diff)
Notes
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h
index 990f9228952f..928a05aa0fef 100644
--- a/sys/alpha/include/cpu.h
+++ b/sys/alpha/include/cpu.h
@@ -1,4 +1,4 @@
-/* $Id: cpu.h,v 1.5 1999/02/02 09:08:23 bde Exp $ */
+/* $Id: cpu.h,v 1.6 1999/04/20 22:53:53 dt Exp $ */
/* From: NetBSD: cpu.h,v 1.18 1997/09/23 23:17:49 mjacob Exp */
/*
@@ -174,7 +174,6 @@ void switch_trampoline __P((void)); /* MAGIC */
void syscall __P((u_int64_t, struct trapframe *));
void trap __P((unsigned long, unsigned long, unsigned long, unsigned long,
struct trapframe *));
-void cpu_set_fork_handler __P((struct proc *, void (*pc)(const void *), const void *));
#endif /* _KERNEL */