summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/cpu.h
diff options
context:
space:
mode:
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