]> git.neil.brown.name Git - history.git/commit
[PATCH] static list init page_alloc.c
authorWilliam Lee Irwin III <wli@holomorphy.com>
Mon, 3 Jun 2002 05:34:40 +0000 (22:34 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 3 Jun 2002 05:34:40 +0000 (22:34 -0700)
commit2618869b4e0b7edb16260539dd7055f55e08de4a
treec3c984ae00ac88b701f4ae1255cf8cc24da74340
parenteef1d6959e94b0dd63e2d9a631f793c4d8088b6c
[PATCH] static list init page_alloc.c

  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.
mm/page_alloc.c