summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-04-18 21:34:53 +0000
committerphk <phk@FreeBSD.org>1996-04-18 21:34:53 +0000
commitd01137f090b01f346e04dbf2c2e2d20f9ea7f98b (patch)
treee56a307788eb4ffa01ccdd9153f4bbab8e6e903e /sys/amd64/include
parent6eb9f2ef253282406c885fcf9f59f6b6a68d23c3 (diff)
downloadFreeBSD-src-d01137f090b01f346e04dbf2c2e2d20f9ea7f98b.zip
FreeBSD-src-d01137f090b01f346e04dbf2c2e2d20f9ea7f98b.tar.gz
Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,
they shouldn't.
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index a3f2005..2fe3d8a 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)pcb.h 5.10 (Berkeley) 5/12/91
- * $Id: pcb.h,v 1.10 1996/01/23 02:39:24 davidg Exp $
+ * $Id: pcb.h,v 1.11 1996/03/02 19:37:45 peter Exp $
*/
#ifndef _I386_PCB_H_
@@ -79,7 +79,7 @@ struct md_coredump {
#ifdef KERNEL
extern struct pcb *curpcb; /* our current running pcb */
-int savectx __P((struct pcb*));
+int savectx __P((struct pcb*, int *));
#endif
#endif /* _I386_PCB_H_ */
OpenPOWER on IntegriCloud