Ignore:
File:
1 edited

Legend:

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

    re037cf37 r2fc3b2d  
    3838
    3939#include <assert.h>
    40 #include <ddi/ddi.h>
    4140#include <typedefs.h>
    4241#include <mm/as.h>
     
    102101{
    103102        /*
     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);
    111107}
    112108
Note: See TracChangeset for help on using the changeset viewer.