summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/io.h
diff options
context:
space:
mode:
authorBecky Bruce2005-09-22 21:20:04 +0200
committerPaul Mackerras2005-09-25 14:38:46 +0200
commitfeaf7cf153335fe7100b65ed6f4585c3574fe69a (patch)
treec57198f01b5f12ffe8ce90f4e1399505c1f84a02 /include/asm-ppc64/io.h
parent[PATCH] powerpc: Merge asm-ppc*/seccomp.h, drop TIF_32BIT check (diff)
downloadkernel-qcow2-linux-feaf7cf153335fe7100b65ed6f4585c3574fe69a.tar.gz
kernel-qcow2-linux-feaf7cf153335fe7100b65ed6f4585c3574fe69a.tar.xz
kernel-qcow2-linux-feaf7cf153335fe7100b65ed6f4585c3574fe69a.zip
[PATCH] powerpc: merge atomic.h, memory.h
powerpc: Merge atomic.h and memory.h into powerpc Merged atomic.h into include/powerpc. Moved asm-style HMT_ defines from memory.h into ppc_asm.h, where there were already HMT_defines; moved c-style HMT_ defines to processor.h. Renamed memory.h to synch.h to better reflect its contents. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Becky Bruce <becky.bruce@freescale.com> Signed-off-by: Jon Loeliger <linuxppc@jdl.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc64/io.h')
-rw-r--r--include/asm-ppc64/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc64/io.h b/include/asm-ppc64/io.h
index 59c958aea4db..bd7c9532d77b 100644
--- a/include/asm-ppc64/io.h
+++ b/include/asm-ppc64/io.h
@@ -15,7 +15,7 @@
#ifdef CONFIG_PPC_ISERIES
#include <asm/iSeries/iSeries_io.h>
#endif
-#include <asm/memory.h>
+#include <asm/synch.h>
#include <asm/delay.h>
#include <asm-generic/iomap.h>