From owner-cvs-src@FreeBSD.ORG Sat Oct 28 07:59:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 504BA16A403; Sat, 28 Oct 2006 07:59:12 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C70F43D4C; Sat, 28 Oct 2006 07:59:12 +0000 (GMT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9S7xBri063048; Sat, 28 Oct 2006 07:59:11 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9S7xBN9063047; Sat, 28 Oct 2006 07:59:11 GMT (envelope-from bde) Message-Id: <200610280759.k9S7xBN9063047@repoman.freebsd.org> From: Bruce Evans Date: Sat, 28 Oct 2006 07:59:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/include profile.h src/sys/amd64/include profile.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Oct 2006 07:59:12 -0000 bde 2006-10-28 07:59:11 UTC FreeBSD src repository Modified files: sys/i386/include profile.h sys/amd64/include profile.h Log: In MCOUNT_OVERHEAD(label), actually use the `label' parameter. We were still using the global label named "profil", and this worked accidentally because all callers use the same name. Revision Changes Path 1.46 +1 -1 src/sys/amd64/include/profile.h 1.41 +1 -1 src/sys/i386/include/profile.h