Changeset 62e015f in mainline for arch/sparc64/include/mm/tte.h
- Timestamp:
- 2005-12-03T20:31:53Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d7ac642
- Parents:
- 060ce90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/mm/tte.h
r060ce90 r62e015f 40 40 unsigned context : 13; /**< Context identifier. */ 41 41 unsigned : 6; /**< Reserved. */ 42 longva_tag : 42; /**< Virtual Address Tag, bits 63:22. */42 __u64 va_tag : 42; /**< Virtual Address Tag, bits 63:22. */ 43 43 } __attribute__ ((packed)); 44 44 };
Note:
See TracChangeset
for help on using the changeset viewer.