18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _ASMSPARC_SHMPARAM_H
38c2ecf20Sopenharmony_ci#define _ASMSPARC_SHMPARAM_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#define __ARCH_FORCE_SHMLBA 	1
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciextern int vac_cache_size;
88c2ecf20Sopenharmony_ci#define SHMLBA (vac_cache_size ? vac_cache_size : PAGE_SIZE)
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#endif /* _ASMSPARC_SHMPARAM_H */
11