aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2007-06-10 03:13:56 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2007-06-10 03:13:56 +0000
commitd23391e38dd29586bee5cb78ca15ca15a77b8e39 (patch)
tree619eb69f69d96de2bb5c5c0a91ca53aa11b63084
parenta659386c7e107f2b59c7fa2c8933200b219acb73 (diff)
downloadsrc-d23391e38dd29586bee5cb78ca15ca15a77b8e39.tar.gz
src-d23391e38dd29586bee5cb78ca15ca15a77b8e39.zip
The definition of CACHELINESIZE moved from <machine/cpu.h> to
<machine/md_var.h>.
Notes
Notes: svn path=/head/; revision=170484
-rw-r--r--lib/libc/powerpc/gen/syncicache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/powerpc/gen/syncicache.c b/lib/libc/powerpc/gen/syncicache.c
index e613f3a50985..9926d9a32d44 100644
--- a/lib/libc/powerpc/gen/syncicache.c
+++ b/lib/libc/powerpc/gen/syncicache.c
@@ -44,7 +44,7 @@ static const char rcsid[] =
#endif
#include <sys/sysctl.h>
-#include <machine/cpu.h>
+#include <machine/md_var.h>
#if defined(_KERNEL) || defined(_STANDALONE)
#ifndef CACHELINESIZE