1 #ifndef _ASMARM_SHMPARAM_H 2 #define _ASMARM_SHMPARAM_H 3 4 #include <asm/proc/shmparam.h> 5 6 /* 7 * This should be the size of the virtually indexed cache/ways, 8 * or page size, whichever is greater since the cache aliases 9 * every size/ways bytes. 10 */ 11 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ 12 13 #endif /* _ASMARM_SHMPARAM_H */ 14