summaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
parentea04b46439a6200a93c2e7792bb488de8ad3c05a (diff)
downloadFreeBSD-src-c8737cbf1c0d4bef13135c8c3b4c38fa73c2ccfd.zip
FreeBSD-src-c8737cbf1c0d4bef13135c8c3b4c38fa73c2ccfd.tar.gz
remove needless inclusion of machine/cpu.h in userland
MFC after: 21 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/powerpc/gen/syncicache.c1
-rw-r--r--lib/libc/powerpc64/gen/syncicache.c1
2 files changed, 0 insertions, 2 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
OpenPOWER on IntegriCloud