shmparam.h 369 B

123456789101112131415
  1. #ifndef _ASMARM_SHMPARAM_H
  2. #define _ASMARM_SHMPARAM_H
  3. #ifndef SHMMAX
  4. #define SHMMAX 0x003fa000
  5. #endif
  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. #endif /* _ASMARM_SHMPARAM_H */