Subversion Repositories HelenOS-historic

Rev

Rev 1160 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1160 Rev 1304
Line 57... Line 57...
57
    }
57
    }
58
 
58
 
59
    /* First is exception vector, second is 'implementation specific', third and fourth is reserved */
59
    /* First is exception vector, second is 'implementation specific', third and fourth is reserved */
60
    frame_mark_unavailable(0, 4);
60
    frame_mark_unavailable(0, 4);
61
   
61
   
62
    /* Merge all zones to 1 big zone */
-
 
63
    zone_merge_all();
-
 
64
}
62
}