From owner-freebsd-commit Fri Feb 2 10:30:17 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10429 for freebsd-commit-outgoing; Fri, 2 Feb 1996 10:30:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10415 for cvs-all-outgoing; Fri, 2 Feb 1996 10:30:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10405 for cvs-sys-outgoing; Fri, 2 Feb 1996 10:30:11 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10393 Fri, 2 Feb 1996 10:30:09 -0800 (PST) Date: Fri, 2 Feb 1996 10:30:09 -0800 (PST) From: David Greenman Message-Id: <199602021830.KAA10393@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 swtch.s Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/02/02 10:30:09 Modified: sys/i386/i386 swtch.s Log: Killed last change - it was bogus. cpu_switch() already assumes that return address is on the stack. Revision Changes Path 1.28 +2 -3 src/sys/i386/i386/swtch.s