https://github.com/torvalds/linux
Raw File
Tip revision: 061e41fdb5047b1fb161e89664057835935ca1d2 authored by Linus Torvalds on 02 December 2008, 03:59:23 UTC
Linux 2.6.28-rc7
Tip revision: 061e41f
shmparam.h
#ifndef _ASM_M32R_SHMPARAM_H
#define _ASM_M32R_SHMPARAM_H

#define	SHMLBA PAGE_SIZE		 /* attach addr a multiple of this */

#endif /* _ASM_M32R_SHMPARAM_H */
back to top