commit | 0d08e0d3a97cce22ebf80b54785e00d9b94e1add | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed May 02 19:27:12 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Wed May 02 19:27:12 2007 +0200 |
tree | 341ce0f925a6f922118eac2c9a9c9c3e4a345d9b | |
parent | bbf30a1650be396b5467f769f4fbee715f16ec36 [diff] |
[PATCH] x86-64: Fix vmalloc_32 to really allocate <4GB on 64bit platforms Ugly ifdef, but should handle all 64bit platforms that have suitable zones. On some like Altix it's probably impossible without IOMMU use to get memory <4GB this way, but they have to live with that. Signed-off-by: Andi Kleen <ak@suse.de>