Changeset 160 for trunk/kernel/mm/ppm.h


Ignore:
Timestamp:
Jul 7, 2017, 2:03:01 PM (7 years ago)
Author:
max@…
Message:

style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/ppm.h

    r53 r160  
    4848 *   architecture specific bootloader. The reserved pages are defined in the boot_info
    4949 *   structure.
    50  * 
     50 *
    5151 * The main service provided by the PMM is the dynamic allocation of physical pages
    5252 * from the "kernel_heap" section.
     
    6464    spinlock_t     dirty_lock;              /*! lock protecting the dirty pages list    */
    6565    list_entry_t   dirty_root;              /*! root of dirty pages list                */
    66     void         * vaddr_base;              /*! pointer on local physical memory base   */ 
     66    void         * vaddr_base;              /*! pointer on local physical memory base   */
    6767}
    6868ppm_t;
Note: See TracChangeset for help on using the changeset viewer.