Changeset 149 for trunk


Ignore:
Timestamp:
Jul 5, 2017, 3:40:10 PM (7 years ago)
Author:
max@…
Message:

unused variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/page.c

    r53 r149  
    131131{
    132132        page_t   * page;
    133         mapper_t * mapper;
    134         uint32_t   index;
    135133        ppm_t    * ppm = &LOCAL_CLUSTER->ppm;
    136134
     
    144142                // unlock the dirty_list
    145143                spinlock_unlock( &ppm->dirty_lock );
    146 
    147                 mapper = page->mapper;
    148                 index  = page->index;
    149144
    150145                // lock the page
Note: See TracChangeset for help on using the changeset viewer.