aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-i386/shmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/shmparam.h')
-rw-r--r--include/asm-i386/shmparam.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-i386/shmparam.h b/include/asm-i386/shmparam.h
new file mode 100644
index 000000000000..786243a5b319
--- /dev/null
+++ b/include/asm-i386/shmparam.h
@@ -0,0 +1,6 @@
+#ifndef _ASMI386_SHMPARAM_H
+#define _ASMI386_SHMPARAM_H
+
+#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
+
+#endif /* _ASMI386_SHMPARAM_H */