summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tce_64.c
diff options
context:
space:
mode:
authorDavid Howells2012-03-28 19:11:12 +0200
committerDavid Howells2012-03-28 19:11:12 +0200
commitf05e798ad4c09255f590f5b2c00a7ca6c172f983 (patch)
tree6b7125d3f086a63a0f571bda568c9b62cc25609d /arch/x86/kernel/tce_64.c
parentSELinux: selinux/xfrm.h needs net/flow.h (diff)
downloadkernel-qcow2-linux-f05e798ad4c09255f590f5b2c00a7ca6c172f983.tar.gz
kernel-qcow2-linux-f05e798ad4c09255f590f5b2c00a7ca6c172f983.tar.xz
kernel-qcow2-linux-f05e798ad4c09255f590f5b2c00a7ca6c172f983.zip
Disintegrate asm/system.h for X86
Disintegrate asm/system.h for X86. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: H. Peter Anvin <hpa@zytor.com> cc: x86@kernel.org
Diffstat (limited to 'arch/x86/kernel/tce_64.c')
-rw-r--r--arch/x86/kernel/tce_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/tce_64.c b/arch/x86/kernel/tce_64.c
index 9e540fee7009..ab40954e113e 100644
--- a/arch/x86/kernel/tce_64.c
+++ b/arch/x86/kernel/tce_64.c
@@ -34,6 +34,7 @@
#include <asm/tce.h>
#include <asm/calgary.h>
#include <asm/proto.h>
+#include <asm/cacheflush.h>
/* flush a tce at 'tceaddr' to main memory */
static inline void flush_tce(void* tceaddr)