- Kai Germaschewski: ymfpci cleanups and resource leak fixes
[davej-history.git] / include / asm-sparc / shmparam.h
blob69ba79a8f45a5cae40e7624c73ca5bcdefb3e413
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
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)))
10 #endif /* _ASMSPARC_SHMPARAM_H */