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

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

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

  1 /* $Id: shmparam.h,v 1.6 1999/12/09 10:32:41 davem Exp $ */
  2 #ifndef _ASMSPARC_SHMPARAM_H
  3 #define _ASMSPARC_SHMPARAM_H
  4 
  5 extern int vac_cache_size;
  6 #define SHMLBA (vac_cache_size ? vac_cache_size : \
  7                 (sparc_cpu_model == sun4c ? (64 * 1024) : \
  8                  (sparc_cpu_model == sun4 ? (128 * 1024) : PAGE_SIZE)))
  9 
 10 #endif /* _ASMSPARC_SHMPARAM_H */
 11 

~ [ 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.