Subversion Repositories HelenOS-historic

Rev

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

Rev 778 Rev 786
Line 254... Line 254...
254
     *   currently not implemented, would be frame
254
     *   currently not implemented, would be frame
255
     *   reuse; when this becomes a possibility,
255
     *   reuse; when this becomes a possibility,
256
     *   do not forget to distinguish between
256
     *   do not forget to distinguish between
257
     *   the different causes
257
     *   the different causes
258
     */
258
     */
259
    frame = frame_alloc(0, ONE_FRAME, NULL, NULL);
259
    frame = frame_alloc(ONE_FRAME, 0);
260
    memsetb(PA2KA(frame), FRAME_SIZE, 0);
260
    memsetb(PA2KA(frame), FRAME_SIZE, 0);
261
   
261
   
262
    /*
262
    /*
263
     * Map 'page' to 'frame'.
263
     * Map 'page' to 'frame'.
264
     * Note that TLB shootdown is not attempted as only new information is being
264
     * Note that TLB shootdown is not attempted as only new information is being