allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-arm26 / shmparam.h
blobd3748686631e1d7bfa3854bd65a0a0a04095facf
1 #ifndef _ASMARM_SHMPARAM_H
2 #define _ASMARM_SHMPARAM_H
4 #ifndef SHMMAX
5 #define SHMMAX 0x003fa000
6 #endif
8 /*
9 * This should be the size of the virtually indexed cache/ways,
10 * or page size, whichever is greater since the cache aliases
11 * every size/ways bytes.
13 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
15 #endif /* _ASMARM_SHMPARAM_H */