--- zzzz-none-000/linux-4.4.271/include/linux/memblock.h 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/include/linux/memblock.h 2023-04-19 10:22:30.000000000 +0000 @@ -40,6 +40,7 @@ unsigned long cnt; /* number of regions */ unsigned long max; /* size of the allocated array */ phys_addr_t total_size; /* size of all regions */ + phys_addr_t start_base; /* start of the region */ struct memblock_region *regions; };