aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2013-07-28 18:35:43 +0000
committerAndriy Gapon <avg@FreeBSD.org>2013-07-28 18:35:43 +0000
commitc722ec3a5151fdba885b451d2a50a58f327ff994 (patch)
tree63d4d897afd89dbadbb24c161229c7ed42284e40 /lib/libc/powerpc
parent366d8bfb7b4d810f097bc41e7ed14d6d4bd3694b (diff)
downloadsrc-c722ec3a5151fdba885b451d2a50a58f327ff994.tar.gz
src-c722ec3a5151fdba885b451d2a50a58f327ff994.zip
remove needless inclusion of machine/cpu.h in userland
MFC after: 21 days
Notes
Notes: svn path=/head/; revision=253749
Diffstat (limited to 'lib/libc/powerpc')
-rw-r--r--lib/libc/powerpc/gen/syncicache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/powerpc/gen/syncicache.c b/lib/libc/powerpc/gen/syncicache.c
index 434dcec63416..b8b4a16e6257 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