shmparam.h 442 B

123456789101112131415161718
  1. /*
  2. * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. #ifndef __ARC_ASM_SHMPARAM_H
  9. #define __ARC_ASM_SHMPARAM_H
  10. /* Handle upto 2 cache bins */
  11. #define SHMLBA (2 * PAGE_SIZE)
  12. /* Enforce SHMLBA in shmat */
  13. #define __ARCH_FORCE_SHMLBA
  14. #endif