Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
shmparam_32.h
Go to the documentation of this file.
1 #ifndef _ASMSPARC_SHMPARAM_H
2 #define _ASMSPARC_SHMPARAM_H
3 
4 #define __ARCH_FORCE_SHMLBA 1
5 
6 extern int vac_cache_size;
7 #define SHMLBA (vac_cache_size ? vac_cache_size : PAGE_SIZE)
8 
9 #endif /* _ASMSPARC_SHMPARAM_H */