Changeset 7c5a8dd in mainline for kernel/arch/xen32/include/boot/boot.h
- Timestamp:
- 2006-08-01T23:34:02Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- adf7f9c
- Parents:
- 5b23a82
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/xen32/include/boot/boot.h
r5b23a82 r7c5a8dd 49 49 50 50 #define mp_map ((pfn_t *) XEN_VIRT_START) 51 52 #define SIF_PRIVILEGED (1 << 0) /**< Privileged domain */ 53 #define SIF_INITDOMAIN (1 << 1) /**< Iinitial control domain */ 51 54 52 55 #include <arch/types.h> … … 102 105 pfn_t store_mfn; /**< Shared page (machine page) */ 103 106 evtchn_t store_evtchn; /**< Event channel for store communication */ 104 void *console_mfn; /**< Console page (machine address) */107 pfn_t console_mfn; /**< Console page (machine page) */ 105 108 evtchn_t console_evtchn; /**< Event channel for console messages */ 106 109 pte_t *ptl0; /**< Boot PTL0 (kernel address) */
Note:
See TracChangeset
for help on using the changeset viewer.