Date: Thu, 18 Apr 1996 14:37:51 -0700 (PDT) From: Poul-Henning Kamp <phk> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 swtch.s vm_machdep.c src/sys/i386/include pcb.h src/sys/i386/isa wd.c Message-ID: <199604182137.OAA10810@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 96/04/18 14:37:49
Modified: sys/i386/i386 swtch.s vm_machdep.c
sys/i386/include pcb.h
Log:
Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,
they shouldn't.
Revision Changes Path
1.33 +4 -2 src/sys/i386/i386/swtch.s
1.59 +4 -2 src/sys/i386/i386/vm_machdep.c
1.12 +2 -2 src/sys/i386/include/pcb.h
Modified: sys/i386/isa wd.c
Log:
Whoops, shouldn't really have been here, but what the heck: remove some
stale comments.
Revision Changes Path
1.106 +3 -5 src/sys/i386/isa/wd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604182137.OAA10810>
