shmparam.h 284 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
  4. */
  5. #ifndef _ASM_SHMPARAM_H
  6. #define _ASM_SHMPARAM_H
  7. #define __ARCH_FORCE_SHMLBA 1
  8. #define SHMLBA SZ_64K /* attach addr a multiple of this */
  9. #endif /* _ASM_SHMPARAM_H */