mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
11 lines
197 B
C
11 lines
197 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
||
|
#ifndef __ASM_CSKY_SHMPARAM_H
|
||
|
#define __ASM_CSKY_SHMPARAM_H
|
||
|
|
||
|
#define SHMLBA (4 * PAGE_SIZE)
|
||
|
|
||
|
#define __ARCH_FORCE_SHMLBA
|
||
|
|
||
|
#endif /* __ASM_CSKY_SHMPARAM_H */
|