88278ca27a
This patch removes the CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
309 B
C
11 lines
309 B
C
#ifndef _ASMSPARC_SHMPARAM_H
|
|
#define _ASMSPARC_SHMPARAM_H
|
|
|
|
#define __ARCH_FORCE_SHMLBA 1
|
|
|
|
extern int vac_cache_size;
|
|
#define SHMLBA (vac_cache_size ? vac_cache_size : \
|
|
(sparc_cpu_model == sun4c ? (64 * 1024) : \
|
|
(sparc_cpu_model == sun4 ? (128 * 1024) : PAGE_SIZE)))
|
|
|
|
#endif /* _ASMSPARC_SHMPARAM_H */
|