From owner-freebsd-commit Mon Dec 25 17:39:01 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA11173 for freebsd-commit-outgoing; Mon, 25 Dec 1995 17:39:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA11165 for cvs-all-outgoing; Mon, 25 Dec 1995 17:38:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA11158 for cvs-sys-outgoing; Mon, 25 Dec 1995 17:38:51 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA11145 Mon, 25 Dec 1995 17:38:39 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id RAA07153; Mon, 25 Dec 1995 17:38:38 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id RAA06046; Mon, 25 Dec 1995 17:38:40 -0800 (PST) Message-Id: <199512260138.RAA06046@corbin.Root.COM> To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern subr_prof.c In-reply-to: Your message of "Mon, 25 Dec 95 17:21:40 PST." <199512260121.RAA10440@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 25 Dec 1995 17:38:40 -0800 Sender: owner-commit@FreeBSD.ORG Precedence: bulk > efficiency is recovered. However, addupc() may be broken on plain > i386's since it doesn't check for write permission like copyout(). Are you going to fix this? By replacing the use of it with addupc_task? -DG