From owner-cvs-all Tue Apr 17 11:28: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0AAF37B42C; Tue, 17 Apr 2001 11:27:56 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HIRuk07406; Tue, 17 Apr 2001 11:27:56 -0700 (PDT) (envelope-from jhb) Message-Id: <200104171827.f3HIRuk07406@freefall.freebsd.org> From: John Baldwin Date: Tue, 17 Apr 2001 11:27:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c swtch.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/17 11:27:56 PDT Modified files: sys/alpha/alpha machdep.c swtch.s Log: Save are floating point state in cpu_switch() if needed instead of relying completely on lazy floating point state saving. This is needed for the SMP case since processes can migrate to other CPUs. Submitted by: dfr Revision Changes Path 1.123 +2 -2 src/sys/alpha/alpha/machdep.c 1.27 +8 -1 src/sys/alpha/alpha/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message