ANDROID: GKI: Add ABI padding for kcompressd feature

kcompressd is being upstreamed by a partner at [1]. We will likely need
to backport if when it's accepted upstream.

[1] https://lore.kernel.org/lkml/20250430082651.3152444-1-qun-wei.lin@mediatek.com/#r

Bug: 417475166
Change-Id: I75d0497ad38ab9a90913e4417d2f2c9a66144335
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
This commit is contained in:
Suren Baghdasaryan
2025-05-13 23:00:03 +00:00
committed by Carlos Llamas
parent e80ed6bcfb
commit 15bf9aa274

View File

@@ -1475,6 +1475,7 @@ typedef struct pglist_data {
#endif
ANDROID_KABI_RESERVE(1);
ANDROID_BACKPORT_RESERVE(1);
ANDROID_OEM_DATA(1);
} pg_data_t;