• William Lee Irwin III's avatar
    [PATCH] static list init page_alloc.c · 2618869b
    William Lee Irwin III authored
      inactive_list and active_list are global, yet they are repeatedly
      initialized using INIT_LIST_HEAD() in free_area_init_core(). This
      patch is originally due to Christoph Hellwig, and by some reports
      has been implementated before in 2.4-based trees by Andrea Arcangeli.
    2618869b
page_alloc.c 22.7 KB