From owner-cvs-src@FreeBSD.ORG  Sat Oct 28 06:38:51 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E2DAD16A403;
	Sat, 28 Oct 2006 06:38:51 +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 9FB4143D4C;
	Sat, 28 Oct 2006 06:38:51 +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 k9S6cpki049748;
	Sat, 28 Oct 2006 06:38:51 GMT (envelope-from bde@repoman.freebsd.org)
Received: (from bde@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9S6cpSo049747;
	Sat, 28 Oct 2006 06:38:51 GMT (envelope-from bde)
Message-Id: <200610280638.k9S6cpSo049747@repoman.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Sat, 28 Oct 2006 06:38:51 +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/isa prof_machdep.c src/sys/amd64/amd64
 prof_machdep.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Oct 2006 06:38:52 -0000

bde         2006-10-28 06:38:51 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/isa         prof_machdep.c 
    sys/amd64/amd64      prof_machdep.c 
  Log:
  Cleaned up includes.  <machine/profile.h> was unused.  <machine/timerreg.h>
  was only used in the GUPROF case, so the messes to get its i386 prerequisites
  included shouldn't have been needed.
  
  Fixed some style bugs. Quote #error contents, and don't repeat an #error
  directive on amd64.
  
  Revision  Changes    Path
  1.27      +1 -7      src/sys/amd64/amd64/prof_machdep.c
  1.28      +4 -7      src/sys/i386/isa/prof_machdep.c