Changeset de96d3b in mainline for kernel/generic/include/mm/mm.h
- Timestamp:
- 2024-01-03T16:54:15Z (16 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 00e6288, 25e1490
- Parents:
- 7130754
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-01-01 04:12:52)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-01-03 16:54:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/mm.h
r7130754 rde96d3b 46 46 #define PAGE_EXEC_SHIFT 5 47 47 #define PAGE_GLOBAL_SHIFT 6 48 #define PAGE_WRITE_COMBINE_SHIFT 7 48 49 49 50 #define PAGE_NOT_CACHEABLE (0 << PAGE_CACHEABLE_SHIFT) … … 62 63 #define PAGE_GLOBAL (1 << PAGE_GLOBAL_SHIFT) 63 64 65 #define PAGE_WRITE_COMBINE (1 << PAGE_WRITE_COMBINE_SHIFT) 66 64 67 #endif 65 68
Note:
See TracChangeset
for help on using the changeset viewer.