aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/shmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/shmparam.h')
-rw-r--r--include/asm-x86/shmparam.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/include/asm-x86/shmparam.h b/include/asm-x86/shmparam.h
index 165627cc534..0880cf0917b 100644
--- a/include/asm-x86/shmparam.h
+++ b/include/asm-x86/shmparam.h
@@ -1,13 +1,6 @@
-#ifdef __KERNEL__
-# ifdef CONFIG_X86_32
-# include "shmparam_32.h"
-# else
-# include "shmparam_64.h"
-# endif
-#else
-# ifdef __i386__
-# include "shmparam_32.h"
-# else
-# include "shmparam_64.h"
-# endif
-#endif
+#ifndef _ASM_X86_SHMPARAM_H
+#define _ASM_X86_SHMPARAM_H
+
+#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
+
+#endif /* _ASM_X86_SHMPARAM_H */