Changeset c32a6f37 in mainline


Ignore:
Timestamp:
2008-07-27T13:30:53Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46d8eb9
Parents:
0d387d2
Message:

fixes

File:
1 edited

Legend:

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

    r0d387d2 rc32a6f37  
    134134                /* Interrupt vector frame is blacklisted */
    135135                pfn_t conf_frame;
    136                 if (start_frame == 0)
     136                if (first == 0)
    137137                        conf_frame = 1;
    138138                else
     
    152152/** Create memory zones
    153153 *
    154  * Walk through available 1 MB chunks of physical
     154 * Walk through available 256 KB chunks of physical
    155155 * memory and create zones.
    156156 *
Note: See TracChangeset for help on using the changeset viewer.