Files
msm-5.15/include/linux/mmzone.h
Kalesh Singh 485c0121e7 ANDROID: GKI: MGLRU ABI Fixup
- Rename some struct members to match previous implementation
 - Reorder struct to match previous implementation
 - Fix up member types as in previous implementation
 - Keep the now unused header includes, deleting them
   causes 1000s of CRC mismatches
 - Make LRU_GEN depend on !MAXSMP. MAXSMP enables features that
   uses more bits in page->flags. When page->flags is exhausted
   kernel uses additional member to store more bits. This increases
   the size of struct pages >64 bytes.

Bug: 249601646
Change-Id: I39fb30725ed03abbe078d97c7c86fb62e3e316c9
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
2022-11-29 02:07:22 +00:00

54 KiB