
{    The purpose of this request is to assign flawed memory pages to an
{  empty, non-pageable segment.  The assignment order, which determines
{  the PVA to RMA mapping, is unspecified but may be determined through
{  the use of the test page and set Xk right instruction (reference no.
{  126 in MIGDS).  Segment length is also determined in this manner by
{  detection of a non translated PVA.  References to flawed memory can
{  generate hardware interrupts for which condition handling can be pro-
{  vided by the maintenance software.
{
{        MSP$ASSIGN_FLAWED_MEMORY(ELEMENT,PVA,STATUS)
{
{  ELEMENT: (input) This parameter specifies the identity of the system
{        memory whose flawed pages are to be included into the requesting
{        task's address space.
{
{  PVA: (input) This parameter specifies the segment with which to assoc-
{        iate the flawed pages.  The segment must have been created by the
{        mmp$create_segment procedure as a non-pageable segment and it must
{        have no pages currently allocated to the segment.
{
{  STATUS: (output) This parameter specifies the  request status.
{}
