summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/shmparam.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-09-05 17:53:05 +0200
committerIngo Molnar <mingo@elte.hu>2008-09-05 17:53:05 +0200
commit28c3cfd5fb998bd3683bebeebbba38baa2101cad (patch)
tree3d325023e6dc56baa6c69fc59dd55bf37ef7967e /arch/blackfin/include/asm/shmparam.h
parentMerge branch 'linus' into x86/tracehook (diff)
parentforgotten refcount on sysctl root table (diff)
downloadlinux-28c3cfd5fb998bd3683bebeebbba38baa2101cad.tar.xz
linux-28c3cfd5fb998bd3683bebeebbba38baa2101cad.zip
Merge branch 'linus' into x86/tracehook
Diffstat (limited to 'arch/blackfin/include/asm/shmparam.h')
-rw-r--r--arch/blackfin/include/asm/shmparam.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/shmparam.h b/arch/blackfin/include/asm/shmparam.h
new file mode 100644
index 000000000000..3c03906b7664
--- /dev/null
+++ b/arch/blackfin/include/asm/shmparam.h
@@ -0,0 +1,6 @@
+#ifndef _BFIN_SHMPARAM_H
+#define _BFIN_SHMPARAM_H
+
+#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
+
+#endif /* _BFIN_SHMPARAM_H */