shmparam_64.h 267 B

12345678910
  1. #ifndef _ASMSPARC64_SHMPARAM_H
  2. #define _ASMSPARC64_SHMPARAM_H
  3. #include <asm/spitfire.h>
  4. #define __ARCH_FORCE_SHMLBA 1
  5. /* attach addr a multiple of this */
  6. #define SHMLBA ((PAGE_SIZE > L1DCACHE_SIZE) ? PAGE_SIZE : L1DCACHE_SIZE)
  7. #endif /* _ASMSPARC64_SHMPARAM_H */