~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/asm-arm/shmparam.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  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 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.