x86/mm: Add TLB purge to free pmd/pte page interfaces
[linux/fpc-iii.git] / arch / arc / include / asm / shmparam.h
blobfffeecc042709830a4794e02d890504876a85c87
1 /*
2 * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
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 */
9 #ifndef __ARC_ASM_SHMPARAM_H
10 #define __ARC_ASM_SHMPARAM_H
12 /* Handle upto 2 cache bins */
13 #define SHMLBA (2 * PAGE_SIZE)
15 /* Enforce SHMLBA in shmat */
16 #define __ARCH_FORCE_SHMLBA
18 #endif