X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fbootmem.h;h=de3eb8d8ae26d28999e8a12b74c6ddb024749eb8;hb=9c8680e2cfbb60d5075f8caaf9d98276120bcc78;hp=7155452fb4a8540f41881d6d08e19aa8cf041aa5;hpb=1b9a3917366028cc451a98dd22e3bcd537d4e5c1;p=linux-2.6 diff --git a/include/linux/bootmem.h b/include/linux/bootmem.h index 7155452fb4..de3eb8d8ae 100644 --- a/include/linux/bootmem.h +++ b/include/linux/bootmem.h @@ -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);