From: Bernhard Walle Date: Wed, 14 Mar 2007 18:07:47 +0000 (+0100) Subject: [IA64] Fix wrong /proc/iomem on SGI Altix X-Git-Tag: v2.6.21-rc5~48^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a69c367c02a165004a5ce5dd55ce03b59ba43d;p=pandora-kernel.git [IA64] Fix wrong /proc/iomem on SGI Altix In sn_io_slot_fixup(), the parent is re-set from the bus to io(port|mem)_resource because the address is changed in a way that it's not child of the bus any more. However, only the root is set but not the parent/child/sibling relationship in the resource tree which causes 'cat /proc/iomem' to stop after this memory area. Depding on the poition in the tree the iomem may be nearly completely empty. Signed-off-by: Bernhard Walle Acked-by: John Keller Signed-off-by: Tony Luck --- Reading git-diff-tree failed