From: Andi Kleen Date: Wed, 2 May 2007 17:27:12 +0000 (+0200) Subject: [PATCH] x86-64: Fix vmalloc_32 to really allocate <4GB on 64bit platforms X-Git-Tag: v2.6.22-rc1~1011^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d08e0d3a97cce22ebf80b54785e00d9b94e1add;p=pandora-kernel.git [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 --- Reading git-diff-tree failed