summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2013-07-28 18:35:43 +0000
committeravg <avg@FreeBSD.org>2013-07-28 18:35:43 +0000
commitc8737cbf1c0d4bef13135c8c3b4c38fa73c2ccfd (patch)
tree63d4d897afd89dbadbb24c161229c7ed42284e40
parentea04b46439a6200a93c2e7792bb488de8ad3c05a (diff)
downloadFreeBSD-src-c8737cbf1c0d4bef13135c8c3b4c38fa73c2ccfd.zip
FreeBSD-src-c8737cbf1c0d4bef13135c8c3b4c38fa73c2ccfd.tar.gz
remove needless inclusion of machine/cpu.h in userland
MFC after: 21 days
-rw-r--r--lib/libc/powerpc/gen/syncicache.c1
-rw-r--r--lib/libc/powerpc64/gen/syncicache.c1
-rw-r--r--libexec/rtld-elf/powerpc/reloc.c1
-rw-r--r--libexec/rtld-elf/powerpc64/reloc.c1
-rw-r--r--sbin/adjkerntz/adjkerntz.c1
-rw-r--r--share/examples/perfmon/perfmon.c1
-rw-r--r--tools/tools/vhba/vhba.h1
-rw-r--r--usr.bin/w/w.c1
8 files changed, 0 insertions, 8 deletions
diff --git a/lib/libc/powerpc/gen/syncicache.c b/lib/libc/powerpc/gen/syncicache.c
index 434dcec..b8b4a16 100644
--- a/lib/libc/powerpc/gen/syncicache.c
+++ b/lib/libc/powerpc/gen/syncicache.c
@@ -44,7 +44,6 @@ static const char rcsid[] =
#endif
#include <sys/sysctl.h>
-#include <machine/cpu.h>
#include <machine/md_var.h>
#ifdef _STANDALONE
diff --git a/lib/libc/powerpc64/gen/syncicache.c b/lib/libc/powerpc64/gen/syncicache.c
index 1267c9f..3fe6e1a 100644
--- a/lib/libc/powerpc64/gen/syncicache.c
+++ b/lib/libc/powerpc64/gen/syncicache.c
@@ -44,7 +44,6 @@ static const char rcsid[] =
#endif
#include <sys/sysctl.h>
-#include <machine/cpu.h>
#include <machine/md_var.h>
#ifdef _STANDALONE
diff --git a/libexec/rtld-elf/powerpc/reloc.c b/libexec/rtld-elf/powerpc/reloc.c
index 838cfe6..2dd27c7 100644
--- a/libexec/rtld-elf/powerpc/reloc.c
+++ b/libexec/rtld-elf/powerpc/reloc.c
@@ -37,7 +37,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <machine/cpu.h>
#include <machine/atomic.h>
#include <machine/md_var.h>
diff --git a/libexec/rtld-elf/powerpc64/reloc.c b/libexec/rtld-elf/powerpc64/reloc.c
index fb5325f..74725a04 100644
--- a/libexec/rtld-elf/powerpc64/reloc.c
+++ b/libexec/rtld-elf/powerpc64/reloc.c
@@ -37,7 +37,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <machine/cpu.h>
#include <machine/md_var.h>
#include "debug.h"
diff --git a/sbin/adjkerntz/adjkerntz.c b/sbin/adjkerntz/adjkerntz.c
index c42379d..3451447 100644
--- a/sbin/adjkerntz/adjkerntz.c
+++ b/sbin/adjkerntz/adjkerntz.c
@@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$");
#include <syslog.h>
#include <sys/time.h>
#include <sys/param.h>
-#include <machine/cpu.h>
#include <sys/sysctl.h>
#include "pathnames.h"
diff --git a/share/examples/perfmon/perfmon.c b/share/examples/perfmon/perfmon.c
index edac9bd..97283a2 100644
--- a/share/examples/perfmon/perfmon.c
+++ b/share/examples/perfmon/perfmon.c
@@ -32,7 +32,6 @@
#include <sys/types.h>
#include <sys/ioctl.h>
-#include <machine/cpu.h>
#include <machine/perfmon.h>
#include <stdio.h>
diff --git a/tools/tools/vhba/vhba.h b/tools/tools/vhba/vhba.h
index c09bd00..2673e77 100644
--- a/tools/tools/vhba/vhba.h
+++ b/tools/tools/vhba/vhba.h
@@ -43,7 +43,6 @@
#include <sys/proc.h>
#include <machine/bus.h>
-#include <machine/cpu.h>
#include <machine/stdarg.h>
#include <cam/cam.h>
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c
index 1b9af5f..8054bbe 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -57,7 +57,6 @@ static const char sccsid[] = "@(#)w.c 8.4 (Berkeley) 4/16/94";
#include <sys/socket.h>
#include <sys/tty.h>
-#include <machine/cpu.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
OpenPOWER on IntegriCloud