[PATCH] for_each_online_pgdat: for_each_bootmem
[firefly-linux-kernel-4.4.55.git] / include / linux / bootmem.h
index 7155452fb4a8540f41881d6d08e19aa8cf041aa5..de3eb8d8ae26d28999e8a12b74c6ddb024749eb8 100644 (file)
@@ -38,6 +38,7 @@ typedef struct bootmem_data {
        unsigned long last_pos;
        unsigned long last_success;     /* Previous allocation point.  To speed
                                         * up searching */
+       struct list_head list;
 } bootmem_data_t;
 
 extern unsigned long __init bootmem_bootmap_pages (unsigned long);