From owner-cvs-sys Wed Oct 16 11:38:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA24361 for cvs-sys-outgoing; Wed, 16 Oct 1996 11:38:13 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA24345; Wed, 16 Oct 1996 11:37:59 -0700 (PDT) Date: Wed, 16 Oct 1996 11:37:59 -0700 (PDT) From: Bruce Evans Message-Id: <199610161837.LAA24345@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 swtch.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/10/16 11:37:59 Modified: sys/i386/i386 swtch.s Log: Fixed miscounting for non-statistical (GUPROF) profiling: - use CROSSJUMP() and CROSSJUMP_LABEL() for conditional jumps from idle() into cpu_switch() and vice versa. - moved badsw code to after cpu_switch(). Cosmetic changes: - moved sw0 string to be immediately after its caller (badsw). - removed unused #include. Revision Changes Path 1.41 +16 -12 src/sys/i386/i386/swtch.s