summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-06-10 03:13:56 +0000
committermarcel <marcel@FreeBSD.org>2007-06-10 03:13:56 +0000
commite3a01e3402e691c82652f0e8d4a1a6e210571515 (patch)
tree619eb69f69d96de2bb5c5c0a91ca53aa11b63084 /lib
parent8d19daeadedcd85cfb45c3ccaa3978cab67a68a3 (diff)
downloadFreeBSD-src-e3a01e3402e691c82652f0e8d4a1a6e210571515.zip
FreeBSD-src-e3a01e3402e691c82652f0e8d4a1a6e210571515.tar.gz
The definition of CACHELINESIZE moved from <machine/cpu.h> to
<machine/md_var.h>.
Diffstat (limited to 'lib')
-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 e613f3a..9926d9a 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
OpenPOWER on IntegriCloud