Initialise ipc subsystem
int ipc_init(void);
void
no arguments
The various sysv ipc resources (semaphores, messages and shared memory) are initialised.
A callback routine is registered into the memory hotplug notifier
since msgmni scales to lowmem this callback routine will be called upon successful memory add / remove to recompute msmgni.