]> git.neil.brown.name Git - history.git/commit
[PATCH] bootmem.c cleanups
authorAndrew Morton <akpm@osdl.org>
Sat, 5 Jul 2003 02:37:54 +0000 (19:37 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Sat, 5 Jul 2003 02:37:54 +0000 (19:37 -0700)
commit1c630a8df793686088620aa88913e3cb9b635353
treeef6a1daebfc1f4af7ef01fb4b8c4423099be4ae7
parent12c1bf07056e1cb01f1ae2f23846780e04cb65c7
[PATCH] bootmem.c cleanups

From: Davide Libenzi <davidel@xmailserver.org>

- Remove a couple of impossible debug checks (unsigneds cannot be
  negative!)

- If __alloc_bootmem_core() fails with a goal and unaligned node_boot_start
  it'll loop fovever.
mm/bootmem.c