Changeset b3f8fb7 in mainline for kernel/arch/ia32xen/include/mm/frame.h
- Timestamp:
- 2007-01-28T13:25:49Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e8c1a5
- Parents:
- 1ba41c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32xen/include/mm/frame.h
r1ba41c5 rb3f8fb7 43 43 #ifndef __ASM__ 44 44 45 #include <arch/types.h>46 #include <arch/boot/boot.h>47 48 45 #define PA2MA(x) ((start_info.pm_map[((uintptr_t) (x)) >> 12] << 12) + (((uintptr_t) (x)) & 0xfff)) 49 46 #define MA2PA(x) ((mp_map[((uintptr_t) (x)) >> 12] << 12) + (((uintptr_t) (x)) & 0xfff))
Note:
See TracChangeset
for help on using the changeset viewer.