Changeset bf78569 in mainline


Ignore:
Timestamp:
2006-08-02T00:50:27Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32820c0
Parents:
deaa22f
Message:

xen32: fix initial stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/xen32/src/xen32.c

    rdeaa22f rbf78569  
    119119                SET_FRAME_FLAGS(ptl3, PTL3_INDEX(va), PAGE_PRESENT | PAGE_WRITE);
    120120        }
     121       
     122        /* Put initial stack safely in the mapped area */
     123        stack_safe = PA2KA(PFN2ADDR(meminfo.start + meminfo.reserved));
    121124}
    122125
Note: See TracChangeset for help on using the changeset viewer.