Changeset 5dc34af in mainline for kernel/arch/amd64/include/mm/km.h
- Timestamp:
- 2011-11-08T22:15:32Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77a493a
- Parents:
- 29938b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/mm/km.h
r29938b2 r5dc34af 36 36 #define KERN_amd64_KM_H_ 37 37 38 #define KM_AMD64_IDENTITY_START UINT64_C(0xffff800000000000) 39 #define KM_AMD64_IDENTITY_SIZE UINT64_C(0x0000400000000000) 40 41 #define KM_AMD64_NON_IDENTITY_START UINT64_C(0xffffc00000000000) 42 #define KM_AMD64_NON_IDENTITY_SIZE UINT64_C(0x0000400000000000) 43 38 44 extern void km_identity_arch_init(void); 39 45 extern void km_non_identity_arch_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.