Ignore:
File:
1 edited

Legend:

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

    re0cb57b rf238e86  
    4141#include <macros.h>
    4242
     43uintptr_t last_frame = NULL;
     44
    4345/** Create memory zones according to information stored in bootinfo.
    4446 *
     
    6668                            SIZE2FRAMES(ALIGN_DOWN(size, FRAME_SIZE)),
    6769                            confdata, 0);
     70                        last_frame = max(last_frame, start + ALIGN_UP(size,
     71                            FRAME_SIZE));
    6872                }
    6973
     
    7680                frame_mark_unavailable(ADDR2PFN(KA2PA(PFN2ADDR(0))), 1);
    7781        }
     82
     83//MH
     84//      end_of_identity = PA2KA(last_frame);
    7885}
    7986
Note: See TracChangeset for help on using the changeset viewer.