From: Andrew Hastings Date: Fri, 11 May 2007 09:23:19 +0000 (+0200) Subject: x86_64: off-by-two error in aperture.c X-Git-Tag: v2.6.22-rc1~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=547c5355d1b1167af39e315c82aa9ff1398596f4;p=pandora-kernel.git x86_64: off-by-two error in aperture.c I'm using a custom BIOS to configure the northbridge GART at address 0x80000000, size 2G. Linux complains: "Aperture from northbridge cpu 0 beyond 4GB. Ignoring." I think there's an off-by-two error in arch/x86_64/kernel/aperture.c: AK: use correct types for i386 Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed