shmparam.h 285 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#ifndef __ASM_SH64_SHMPARAM_H
#define __ASM_SH64_SHMPARAM_H

/*
P
Paul Mundt 已提交
5 6
 * Set this to a sensible safe default, we'll work out the specifics for the
 * align mask from the cache descriptor at run-time.
L
Linus Torvalds 已提交
7
 */
P
Paul Mundt 已提交
8
#define	SHMLBA	0x4000
L
Linus Torvalds 已提交
9

P
Paul Mundt 已提交
10
#define __ARCH_FORCE_SHMLBA
L
Linus Torvalds 已提交
11 12

#endif /* __ASM_SH64_SHMPARAM_H */