X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fshmparam.h;h=a83a1fd96a0e5a155b432d9fda755a7604882482;hb=a874a10cf0b7105ae5eeb98b4860eae0fc78fcdd;hp=165627cc5345fda49089e4358507ebc764e8e6b9;hpb=541010e4b8921cd781ff02ae68028501457045b6;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-x86/shmparam.h b/include/asm-x86/shmparam.h index 165627cc534..a83a1fd96a0 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 */