Ignore:
File:
1 edited

Legend:

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

    r2fc3b2d re037cf37  
    3838
    3939#include <assert.h>
     40#include <ddi/ddi.h>
    4041#include <typedefs.h>
    4142#include <mm/as.h>
     
    101102{
    102103        /*
    103          * Nothing to do.
    104104         * The anonymous frames, if any, are released in
    105105         * phys_destroy_shared_data().
    106106         */
     107
     108        /* Notify parea has been unmapped */
     109        if (area->backend_data.parea != NULL)
     110                ddi_parea_unmap_notify(area->backend_data.parea);
    107111}
    108112
Note: See TracChangeset for help on using the changeset viewer.