From owner-svn-src-head@FreeBSD.ORG Sun Jul 28 18:35:46 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0E107826; Sun, 28 Jul 2013 18:35:46 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC5FC2516; Sun, 28 Jul 2013 18:35:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6SIZjJU054322; Sun, 28 Jul 2013 18:35:45 GMT (envelope-from avg@svn.freebsd.org) Received: (from avg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6SIZiI4054311; Sun, 28 Jul 2013 18:35:44 GMT (envelope-from avg@svn.freebsd.org) Message-Id: <201307281835.r6SIZiI4054311@svn.freebsd.org> From: Andriy Gapon Date: Sun, 28 Jul 2013 18:35:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253749 - in head: lib/libc/powerpc/gen lib/libc/powerpc64/gen libexec/rtld-elf/powerpc libexec/rtld-elf/powerpc64 sbin/adjkerntz share/examples/perfmon tools/tools/vhba usr.bin/w X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 18:35:46 -0000 Author: avg Date: Sun Jul 28 18:35:43 2013 New Revision: 253749 URL: http://svnweb.freebsd.org/changeset/base/253749 Log: remove needless inclusion of machine/cpu.h in userland MFC after: 21 days Modified: head/lib/libc/powerpc/gen/syncicache.c head/lib/libc/powerpc64/gen/syncicache.c head/libexec/rtld-elf/powerpc/reloc.c head/libexec/rtld-elf/powerpc64/reloc.c head/sbin/adjkerntz/adjkerntz.c head/share/examples/perfmon/perfmon.c head/tools/tools/vhba/vhba.h head/usr.bin/w/w.c Modified: head/lib/libc/powerpc/gen/syncicache.c ============================================================================== --- head/lib/libc/powerpc/gen/syncicache.c Sun Jul 28 18:32:27 2013 (r253748) +++ head/lib/libc/powerpc/gen/syncicache.c Sun Jul 28 18:35:43 2013 (r253749) @@ -44,7 +44,6 @@ static const char rcsid[] = #endif #include -#include #include #ifdef _STANDALONE Modified: head/lib/libc/powerpc64/gen/syncicache.c ============================================================================== --- head/lib/libc/powerpc64/gen/syncicache.c Sun Jul 28 18:32:27 2013 (r253748) +++ head/lib/libc/powerpc64/gen/syncicache.c Sun Jul 28 18:35:43 2013 (r253749) @@ -44,7 +44,6 @@ static const char rcsid[] = #endif #include -#include #include #ifdef _STANDALONE Modified: head/libexec/rtld-elf/powerpc/reloc.c ============================================================================== --- head/libexec/rtld-elf/powerpc/reloc.c Sun Jul 28 18:32:27 2013 (r253748) +++ head/libexec/rtld-elf/powerpc/reloc.c Sun Jul 28 18:35:43 2013 (r253749) @@ -37,7 +37,6 @@ #include #include #include -#include #include #include Modified: head/libexec/rtld-elf/powerpc64/reloc.c ============================================================================== --- head/libexec/rtld-elf/powerpc64/reloc.c Sun Jul 28 18:32:27 2013 (r253748) +++ head/libexec/rtld-elf/powerpc64/reloc.c Sun Jul 28 18:35:43 2013 (r253749) @@ -37,7 +37,6 @@ #include #include #include -#include #include #include "debug.h" Modified: head/sbin/adjkerntz/adjkerntz.c ============================================================================== --- head/sbin/adjkerntz/adjkerntz.c Sun Jul 28 18:32:27 2013 (r253748) +++ head/sbin/adjkerntz/adjkerntz.c Sun Jul 28 18:35:43 2013 (r253749) @@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include "pathnames.h" Modified: head/share/examples/perfmon/perfmon.c ============================================================================== --- head/share/examples/perfmon/perfmon.c Sun Jul 28 18:32:27 2013 (r253748) +++ head/share/examples/perfmon/perfmon.c Sun Jul 28 18:35:43 2013 (r253749) @@ -32,7 +32,6 @@ #include #include -#include #include #include Modified: head/tools/tools/vhba/vhba.h ============================================================================== --- head/tools/tools/vhba/vhba.h Sun Jul 28 18:32:27 2013 (r253748) +++ head/tools/tools/vhba/vhba.h Sun Jul 28 18:35:43 2013 (r253749) @@ -43,7 +43,6 @@ #include #include -#include #include #include Modified: head/usr.bin/w/w.c ============================================================================== --- head/usr.bin/w/w.c Sun Jul 28 18:32:27 2013 (r253748) +++ head/usr.bin/w/w.c Sun Jul 28 18:35:43 2013 (r253749) @@ -57,7 +57,6 @@ static const char sccsid[] = "@(#)w.c 8. #include #include -#include #include #include #include