From: Catalin Marinas Date: Thu, 25 Jan 2007 13:16:47 +0000 (+0100) Subject: [ARM] 4112/1: Only ioremap to supersections if DOMAIN_IO is zero X-Git-Tag: v2.6.20-rc7~31^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=412489af76b5c0e4029d4406d93554c22a88fc73;p=pandora-kernel.git [ARM] 4112/1: Only ioremap to supersections if DOMAIN_IO is zero Supersections do not have a field for the domain and it is always 0. This patch prevents the creation of supersections during ioremap when DOMAIN_IO is not zero (i.e. !defined(CONFIG_IO_36)). Signed-off-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed