Changeset 381465e in mainline for arch/ia32/src/mm/frame.c


Ignore:
Timestamp:
2006-05-09T18:10:07Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f6a0f06
Parents:
31282f9
Message:

zone_merge_all must be called after frame_init is completed - otherwise
new zone information can be allocated over the not-yet-blacklisted areas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/mm/frame.c

    r31282f9 r381465e  
    134134#endif
    135135#endif
    136                 /* Merge all zones to 1 big zone */
    137                 zone_merge_all();
    138136        }
    139137}
Note: See TracChangeset for help on using the changeset viewer.