diff options
Diffstat (limited to 'include/arch/x86_64/linux/msg.h')
| -rw-r--r-- | include/arch/x86_64/linux/msg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/arch/x86_64/linux/msg.h b/include/arch/x86_64/linux/msg.h index 11769746..165130bd 100644 --- a/include/arch/x86_64/linux/msg.h +++ b/include/arch/x86_64/linux/msg.h @@ -81,10 +81,10 @@ struct msginfo { */ /* unused */ -#define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */ -#define MSGTQL MSGMNB /* number of system message headers */ -#define MSGMAP MSGMNB /* number of entries in message map */ -#define MSGSSZ 16 /* message segment size */ +#define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */ +#define MSGTQL MSGMNB /* number of system message headers */ +#define MSGMAP MSGMNB /* number of entries in message map */ +#define MSGSSZ 16 /* message segment size */ #define __MSGSEG ((MSGPOOL * 1024) / MSGSSZ) /* max no. of segments */ #define MSGSEG (__MSGSEG <= 0xffff ? __MSGSEG : 0xffff) |
