summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/shmparam.h
diff options
context:
space:
mode:
authorStephen Rothwell2005-08-29 06:08:11 +0200
committerPaul Mackerras2005-08-30 05:32:06 +0200
commit6f9aa727433fe7647869c9b64ce2f7b5feac0052 (patch)
tree4c2986147fc3373f4ec6a097147f65611ca5f565 /include/asm-powerpc/shmparam.h
parent[PATCH] Move the identical files from include/asm-ppc{,64} (diff)
downloadkernel-qcow2-linux-6f9aa727433fe7647869c9b64ce2f7b5feac0052.tar.gz
kernel-qcow2-linux-6f9aa727433fe7647869c9b64ce2f7b5feac0052.tar.xz
kernel-qcow2-linux-6f9aa727433fe7647869c9b64ce2f7b5feac0052.zip
[PATCH] Move all the very similar files to asm-powerpc
They differed in either simple comments or in the protecting ifdefs. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/shmparam.h')
-rw-r--r--include/asm-powerpc/shmparam.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-powerpc/shmparam.h b/include/asm-powerpc/shmparam.h
new file mode 100644
index 000000000000..d6250602ae64
--- /dev/null
+++ b/include/asm-powerpc/shmparam.h
@@ -0,0 +1,6 @@
+#ifndef _PPC_SHMPARAM_H
+#define _PPC_SHMPARAM_H
+
+#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
+
+#endif /* _PPC_SHMPARAM_H */