Changeset 11d41be5 in mainline


Ignore:
Timestamp:
2013-09-12T22:46:57Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
67fbd5e, 99c2c69e
Parents:
eabce2e
Message:

revert to the original assertion

File:
1 edited

Legend:

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

    reabce2e r11d41be5  
    443443NO_TRACE static void zone_mark_unavailable(zone_t *zone, size_t index)
    444444{
    445         if (!(zone->flags & ZONE_AVAILABLE))
    446                 return;
     445        ASSERT(zone->flags & ZONE_AVAILABLE);
    447446       
    448447        frame_t *frame = zone_get_frame(zone, index);
Note: See TracChangeset for help on using the changeset viewer.