1. NAME

ipc_init - initialise IPC subsystem

2. SYNOPSIS

int ipc_init( void );

3. ARGUMENTS

void
    no arguments

4. DESCRIPTION

The various system5 IPC resources (semaphores, messages and shared memory) are initialised A callback routine is registered into the memory hotplug notifier

5. CHAIN

since msgmni scales to lowmem this callback routine will be called upon successful memory add / remove to recompute msmgni.

6. COPYRIGHT