Subversion Repositories HelenOS

Rev

Rev 3397 | Rev 3742 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3397 Rev 3492
Line 393... Line 393...
393
         */
393
         */
394
 
394
 
395
        /*
395
        /*
396
         * Start TLB shootdown sequence.
396
         * Start TLB shootdown sequence.
397
         */
397
         */
398
        tlb_shootdown_start(TLB_INVL_PAGES, AS->asid, area->base +
398
        tlb_shootdown_start(TLB_INVL_PAGES, as->asid, area->base +
399
            pages * PAGE_SIZE, area->pages - pages);
399
            pages * PAGE_SIZE, area->pages - pages);
400
 
400
 
401
        /*
401
        /*
402
         * Remove frames belonging to used space starting from
402
         * Remove frames belonging to used space starting from
403
         * the highest addresses downwards until an overlap with
403
         * the highest addresses downwards until an overlap with