Changeset bf78569 in mainline
- Timestamp:
- 2006-08-02T00:50:27Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 32820c0
- Parents:
- deaa22f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/xen32/src/xen32.c
rdeaa22f rbf78569 119 119 SET_FRAME_FLAGS(ptl3, PTL3_INDEX(va), PAGE_PRESENT | PAGE_WRITE); 120 120 } 121 122 /* Put initial stack safely in the mapped area */ 123 stack_safe = PA2KA(PFN2ADDR(meminfo.start + meminfo.reserved)); 121 124 } 122 125
Note:
See TracChangeset
for help on using the changeset viewer.