summaryrefslogtreecommitdiffstats
path: root/sys/amd64/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/amd64/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/amd64/include/cpu.h')
-rw-r--r--sys/amd64/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index 0536b73..06f060d 100644
--- a/sys/amd64/include/cpu.h
+++ b/sys/amd64/include/cpu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
- * $Id: cpu.h,v 1.37 1999/01/29 08:36:43 dillon Exp $
+ * $Id: cpu.h,v 1.38 1999/02/02 09:08:23 bde Exp $
*/
#ifndef _MACHINE_CPU_H_
@@ -132,7 +132,6 @@ extern int want_resched; /* resched was called */
void fork_trampoline __P((void));
void fork_return __P((struct proc *, struct trapframe));
-void cpu_set_fork_handler __P((struct proc *, void (*pc)(const void *), const void *));
#endif
#endif /* !_MACHINE_CPU_H_ */
OpenPOWER on IntegriCloud