Linux Audio

Check our new training course

Loading...
v6.13.7
 1/* SPDX-License-Identifier: GPL-2.0-only */
 2/*
 3 * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
 
 
 
 
 4 */
 5
 6#ifndef __ARC_ASM_SHMPARAM_H
 7#define __ARC_ASM_SHMPARAM_H
 8
 9/* Handle up to 2 cache bins */
10#define	SHMLBA	(2 * PAGE_SIZE)
11
12/* Enforce SHMLBA in shmat */
13#define __ARCH_FORCE_SHMLBA
14
15#endif
v3.15
 
 1/*
 2 * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
 3 *
 4 * This program is free software; you can redistribute it and/or modify
 5 * it under the terms of the GNU General Public License version 2 as
 6 * published by the Free Software Foundation.
 7 */
 8
 9#ifndef __ARC_ASM_SHMPARAM_H
10#define __ARC_ASM_SHMPARAM_H
11
12/* Handle upto 2 cache bins */
13#define	SHMLBA	(2 * PAGE_SIZE)
14
15/* Enforce SHMLBA in shmat */
16#define __ARCH_FORCE_SHMLBA
17
18#endif