From: Deepak Saxena Date: Fri, 28 Oct 2005 14:19:12 +0000 (+0100) Subject: [ARM] 3017/1: Add support for 36-bit addresses to create_mapping() X-Git-Tag: v2.6.15-rc1~732^2^2~11^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b7cd62ecdc1f09b7df4608a3fee644b1c27985b;p=pandora-kernel.git [ARM] 3017/1: Add support for 36-bit addresses to create_mapping() Patch from Deepak Saxena This patch adds support for 36-bit static mapped I/O. While there are no platforms in the tree ATM that use it, it has been tested tested on the IXP2350 NPU and I would like to get the support for that chipset upstream one piece at a time. There are also other Intel chipset ports in development that are waiting on this to go upstream. The patch replaces the print formats for physical addresses with %016llx which will create a bit extraneous output on 32-bit systems, but I think that is cleaner than having #ifdefs, specially since users will only see the output in error cases. Depends on 3016/1. Signed-off-by: Deepak Saxena Signed-off-by: Russell King --- Reading git-diff-tree failed