]> bbs.cooldavid.org Git - net-next-2.6.git/commit - mm/vmalloc.c
[PATCH] x86-64: Fix vmalloc_32 to really allocate <4GB on 64bit platforms
authorAndi Kleen <ak@suse.de>
Wed, 2 May 2007 17:27:12 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:12 +0000 (19:27 +0200)
commit0d08e0d3a97cce22ebf80b54785e00d9b94e1add
tree341ce0f925a6f922118eac2c9a9c9c3e4a345d9b
parentbbf30a1650be396b5467f769f4fbee715f16ec36
[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>
mm/vmalloc.c