commit | 5d3d0f7704ed0bc7eaca0501eeae3e5da1ea6c87 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon Sep 12 18:49:24 2005 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Sep 12 10:49:56 2005 -0700 |
tree | 7f1f41450a6f1880488f7fd4554a1f2bbd71d391 | |
parent | 6142891a0c0209c91aa4a98f725de0d6e2ed4918 [diff] |
[PATCH] x86-64: Reverse order of bootmem lists This leads to bootmem allocating first from node 0 instead of from the last node. This avoids swiotlb allocating on the last node, which doesn't really work on a machine with >4GB. Note: there is a better patch around from someone else that gets rid of the pgdat list completely. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>