Changeset ec1c8e6 in mainline for kernel/arch/sparc64/include/mm/sun4v/km.h
- Timestamp:
- 2011-11-09T00:06:57Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ddcc8a0
- Parents:
- 6641295
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/mm/sun4v/km.h
r6641295 rec1c8e6 36 36 #define KERN_sparc64_sun4v_KM_H_ 37 37 38 /* 39 * Do not use the 4 GiB area on either side of the VA hole to meet the 40 * limitations of the UltraSPARC T1 CPU. 41 */ 42 43 #define KM_SPARC64_T1_IDENTITY_START UINT64_C(0x0000000000000000) 44 #define KM_SPARC64_T1_IDENTITY_SIZE UINT64_C(0x00007fff00000000) 45 46 #define KM_SPARC64_T1_NON_IDENTITY_START UINT64_C(0xffff800100000000) 47 #define KM_SPARC64_T1_NON_IDENTITY_SIZE UINT64_C(0x00007fff00000000) 48 38 49 extern void km_identity_arch_init(void); 39 50 extern void km_non_identity_arch_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.