home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-arm26 / shmparam.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  369 b   |  16 lines

  1. #ifndef _ASMARM_SHMPARAM_H
  2. #define _ASMARM_SHMPARAM_H
  3.  
  4. #ifndef SHMMAX
  5. #define SHMMAX          0x003fa000
  6. #endif
  7.  
  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.
  12.  */
  13. #define    SHMLBA PAGE_SIZE         /* attach addr a multiple of this */
  14.  
  15. #endif /* _ASMARM_SHMPARAM_H */
  16.