Blame view

arch/x86/include/asm/shmparam.h 154 Bytes
1965aae3c   H. Peter Anvin   x86: Fix ASM_X86_...
1
2
  #ifndef _ASM_X86_SHMPARAM_H
  #define _ASM_X86_SHMPARAM_H
003a46cff   Thomas Gleixner   x86: unify some m...
3
4
  
  #define SHMLBA PAGE_SIZE	 /* attach addr a multiple of this */
1965aae3c   H. Peter Anvin   x86: Fix ASM_X86_...
5
  #endif /* _ASM_X86_SHMPARAM_H */