From: Joerg Roedel Date: Mon, 18 Apr 2011 13:45:43 +0000 (+0200) Subject: x86, gart: Don't enforce GART aperture lower-bound by alignment X-Git-Tag: v3.0-rc1~397^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c387aa3a1a910ce00b86f3a85082d24f144db256;p=pandora-kernel.git x86, gart: Don't enforce GART aperture lower-bound by alignment This patch changes the allocation of the GART aperture to enforce only natural alignment instead of aligning it on 512MB. This big alignment was used to force the GART aperture to be over 512MB. This is enforced by using 512MB as the lower-bound address in the allocation range. [ hpa: The actual number 512 MiB needs to be revisited, too. ] Cc: Yinghai Lu Signed-off-by: Joerg Roedel Link: http://lkml.kernel.org/r/1303134346-5805-2-git-send-email-joerg.roedel@amd.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed