]> git.neil.brown.name Git - history.git/commit
[PATCH] x86_64: Work around another aperture BIOS bug on Opteron
authorAndi Kleen <ak@suse.de>
Tue, 11 Jan 2005 09:46:10 +0000 (01:46 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 09:46:10 +0000 (01:46 -0800)
commit9245af41178d08d464d1d9ba72ea82f32816c691
treee53ac48bccca20cbab649e45b3685f41e25509da
parent36573f3751d02a213ab227d30a728c6c8eeb8354
[PATCH] x86_64: Work around another aperture BIOS bug on Opteron

Work around another aperture BIOS bug on Opteron

Based on debugging&code from Vincent ETIENNE <ve@vetienne.net>

>>
I have some problem with AGP initialization with my board : IWILL DK8N (Bi
opteron chipset NFORCE3 ). I use kernel 2.6.10-rc3-mm1, but i have try with

IOMMU reports a 128MB aperture for CPU0 ( that's the value i used in my bios)
at F0000000 but only 32MB at 4000000 for CPU1
<<

This patch checks for this condition and fixes the other CPUs up.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/aperture.c