Changeset c049309 in mainline for kernel/arch/xen32/include/mm/frame.h
- Timestamp:
- 2006-07-30T15:57:07Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3e8c90
- Parents:
- 764c302
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/xen32/include/mm/frame.h
r764c302 rc049309 37 37 38 38 #define FRAME_WIDTH 12 /* 4K */ 39 #define FRAME_SIZE (1 <<FRAME_WIDTH)39 #define FRAME_SIZE (1 << FRAME_WIDTH) 40 40 41 41 … … 44 44 45 45 #include <arch/types.h> 46 #include <arch/boot/boot.h> 47 48 #define PA2MA(x) ((start_info.pm_map[((uintptr_t) (x)) >> 12] << 12) + (((uintptr_t) (x)) & 0xfff)) 46 49 47 50 extern uintptr_t last_frame;
Note:
See TracChangeset
for help on using the changeset viewer.