Changes in kernel/arch/mips32/include/mm/tlb.h [aac12264:e2d97d7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/mm/tlb.h
raac12264 re2d97d7 59 59 typedef union { 60 60 struct { 61 #ifdef __BE__61 #ifdef BIG_ENDIAN 62 62 unsigned : 2; /* zero */ 63 63 unsigned pfn : 24; /* frame number */ … … 80 80 typedef union { 81 81 struct { 82 #ifdef __BE__82 #ifdef BIG_ENDIAN 83 83 unsigned vpn2 : 19; 84 84 unsigned : 5; … … 95 95 typedef union { 96 96 struct { 97 #ifdef __BE__97 #ifdef BIG_ENDIAN 98 98 unsigned : 7; 99 99 unsigned mask : 12; … … 110 110 typedef union { 111 111 struct { 112 #ifdef __BE__112 #ifdef BIG_ENDIAN 113 113 unsigned p : 1; 114 114 unsigned : 27;
Note:
See TracChangeset
for help on using the changeset viewer.