{
{   This procedure initializes the system privilege bit map.  It first
{ clears the map, located in the mainframe pageable segment, then decides
{ which segments have system privilege, and sets the corresponding bits
{ in the map.  Before this procedure is called, the bit map must have
{ been moved from the task private segment static area into mainframe
{ pageable.  After this procedure is called, each new task will pick up
{ the initialized map from mainframe pageable into its task private segment.
{
{    MMP$INIT_SYSTEM_PRIVILEGE_MAP (offset);
{
{ OFFSET: (input) This parameter specifies the offset of the privilege map.
{
