summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/cpu.h
diff options
context:
space:
mode:
authordt <dt@FreeBSD.org>1999-04-23 20:22:44 +0000
committerdt <dt@FreeBSD.org>1999-04-23 20:22:44 +0000
commitc270d3adedbf4362a0abc19a3c11a15ebc693b56 (patch)
tree40334ac7ba630db796326b44c673189dd9e201b6 /sys/alpha/include/cpu.h
parenta1d50daf71a515345d76c46cbb02257280fc15a0 (diff)
downloadFreeBSD-src-c270d3adedbf4362a0abc19a3c11a15ebc693b56.zip
FreeBSD-src-c270d3adedbf4362a0abc19a3c11a15ebc693b56.tar.gz
Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.
Suggested by: bde
Diffstat (limited to 'sys/alpha/include/cpu.h')
-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 990f922..928a05a 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 */
OpenPOWER on IntegriCloud