From: venkatesh.pallipadi@intel.com Date: Wed, 19 Mar 2008 00:00:17 +0000 (-0700) Subject: x86: PAT use reserve free memtype in ioremap and iounmap X-Git-Tag: v2.6.26-rc1~1154^2~290 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7677d4034f040f4ce565713e0b83a31cc26f23e;p=pandora-kernel.git x86: PAT use reserve free memtype in ioremap and iounmap Use reserve_memtype and free_memtype interfaces in ioremap/iounmap to avoid aliasing. If there is an existing alias for the region, inherit the memory type from the alias. If there are conflicting aliases for the entire region, then fail ioremap. Signed-off-by: Venkatesh Pallipadi Signed-off-by: Suresh Siddha Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed