shmparam.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef _ASMARM_SHMPARAM_H
  2. #define _ASMARM_SHMPARAM_H
  3. /*
  4.  * This should be the size of the virtually indexed cache/ways,
  5.  * or page size, whichever is greater since the cache aliases
  6.  * every size/ways bytes.
  7.  */
  8. #define SHMLBA (4 * PAGE_SIZE)  /* attach addr a multiple of this */
  9. /*
  10.  * Enforce SHMLBA in shmat
  11.  */
  12. #define __ARCH_FORCE_SHMLBA
  13. #endif /* _ASMARM_SHMPARAM_H */