[ARM] 3017/1: Add support for 36-bit addresses to create_mapping()
authorDeepak Saxena <dsaxena@plexity.net>
Fri, 28 Oct 2005 14:19:12 +0000 (15:19 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 28 Oct 2005 14:19:12 +0000 (15:19 +0100)
commit0b7cd62ecdc1f09b7df4608a3fee644b1c27985b
tree3769b043ea6b15ffe7b74a1a5d42903e08b126bc
parent9769c2468d423a1562dd59a5db250bd0a5533ec9
[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 <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/mm-armv.c