Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/mm/frame.c

    r7852625 r40c8c17  
    8181                } else {
    8282                        conf = zone_external_conf_alloc(count);
    83                         if (conf != 0)
    84                                 zone_create(pfn, count, conf,
    85                                     ZONE_AVAILABLE | ZONE_HIGHMEM);
     83                        zone_create(pfn, count, conf,
     84                            ZONE_AVAILABLE | ZONE_HIGHMEM);
    8685                }
    8786        }
Note: See TracChangeset for help on using the changeset viewer.