ANDROID: vendor_hooks: add a field in pglist_data
Add a pglist_data field to record additional node parameters. Bug: 413593563 Change-Id: I14d63ac7760f1798fd55a3c5e68d654a0ef0962d Signed-off-by: Dongdong zhang <zhangdongdong5@xiaomi.com>
This commit is contained in:
committed by
Carlos Llamas
parent
0dd21f133b
commit
ef3d16e0e0
@@ -1472,6 +1472,7 @@ typedef struct pglist_data {
|
||||
#endif
|
||||
|
||||
ANDROID_KABI_RESERVE(1);
|
||||
ANDROID_OEM_DATA(1);
|
||||
} pg_data_t;
|
||||
|
||||
#define node_present_pages(nid) (NODE_DATA(nid)->node_present_pages)
|
||||
|
||||
Reference in New Issue
Block a user