From: Davidlohr Bueso Date: Thu, 22 May 2014 00:44:17 +0000 (+1000) Subject: ipcshm-document-new-limits-in-the-uapi-header-v2 X-Git-Tag: next-20140530~2^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8507ca1a3bb2dd6a0533b549da54a079dbf3e324;p=karo-tx-linux.git ipcshm-document-new-limits-in-the-uapi-header-v2 Signed-off-by: Davidlohr Bueso Cc: Michael Kerrisk Cc: Manfred Spraul Signed-off-by: Andrew Morton --- diff --git a/include/uapi/linux/shm.h b/include/uapi/linux/shm.h index e37fb08df9cd..3400b6eb1fbe 100644 --- a/include/uapi/linux/shm.h +++ b/include/uapi/linux/shm.h @@ -12,8 +12,9 @@ * modified by sysctl. Both SHMMAX and SHMALL have their default values * to the maximum limit which is as large as it can be without helping * userspace overflow the values. There is really nothing the kernel - * can do to avoid this any variables. It is therefore not advised to - * make them any larger. This is suitable for both 32 and 64-bit systems. + * can do to avoid this any further. It is therefore not advised to + * make them any larger. These limits are suitable for both 32 and + * 64-bit systems. */ #define SHMMIN 1 /* min shared seg size (bytes) */ #define SHMMNI 4096 /* max num of segs system wide */