From: OGAWA Hirofumi Date: Tue, 13 Feb 2007 12:26:20 +0000 (+0100) Subject: [PATCH] mmconfig: Fix x86_64 ioremap base_address X-Git-Tag: v2.6.21-rc1~184^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faed197b7b44a6c4e6b81dd2db649fd452b0a7ef;p=pandora-kernel.git [PATCH] mmconfig: Fix x86_64 ioremap base_address Current mmconfig has some problems of remapped range. a) In the case of broken MCFG tables on Asus etc., we need to remap 256M range, but currently only remap 1M. b) The base address always corresponds to bus number 0, but currently we are assuming it corresponds to start bus number. This patch fixes the above problems. (akpm: Arjan suggests that if the MCFG table is broken we just shouldn't use it, rather than try to work around things). Signed-off-by: OGAWA Hirofumi Signed-off-by: Andi Kleen Cc: Arjan van de Ven Cc: Andi Kleen Signed-off-by: Andrew Morton --- Reading git-diff-tree failed