Changeset 8a2474f in mainline for kernel/generic/src/mm/backend_elf.c


Ignore:
Timestamp:
2011-04-16T12:44:39Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e394b736
Parents:
9dd730d1
Message:

Remove comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/mm/backend_elf.c

    r9dd730d1 r8a2474f  
    7575        size_t nonanon_pages = ALIGN_DOWN(entry->p_filesz, PAGE_SIZE);
    7676
    77         /**
    78          * @todo:
    79          * Reserve only how much is necessary for anonymous pages plus the
    80          * supporting structures allocated during the page fault.
    81          */
    82        
    8377        if (area->pages <= nonanon_pages)
    8478                return true;
Note: See TracChangeset for help on using the changeset viewer.